Move grunt test to ./travis.sh since it now invokes spectron

FREEBIE
This commit is contained in:
Scott Nonnenberg 2017-05-15 15:33:36 -07:00
parent cb296fcfaa
commit e1495e779c
No known key found for this signature in database
GPG key ID: A4931C09644C654B
2 changed files with 1 additions and 1 deletions

View file

@ -11,7 +11,6 @@ script:
- yarn run generate
- ./node_modules/.bin/build --em.environment=$SIGNAL_ENV --config.mac.bundleVersion='$TRAVIS_BUILD_NUMBER' --publish=never
- ./travis.sh
- yarn test
env:
global:
- SIGNAL_ENV: production

View file

@ -5,4 +5,5 @@ if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
sh -e /etc/init.d/xvfb start
sleep 3
fi
grunt test
grunt test-release:$TRAVIS_OS_NAME