From e1495e779ccaa4f37d4fa3bb600399b234260325 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Mon, 15 May 2017 15:33:36 -0700 Subject: [PATCH] Move `grunt test` to ./travis.sh since it now invokes spectron FREEBIE --- .travis.yml | 1 - travis.sh | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 80c17c8be6..3707dab5ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/travis.sh b/travis.sh index 3f8ebeb26d..e76a920167 100755 --- a/travis.sh +++ b/travis.sh @@ -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