Run Node.js tests early

This commit is contained in:
Daniel Gasienica 2018-04-11 12:15:19 -04:00
parent 7cb43c9f7f
commit 513d9a5d5c
2 changed files with 2 additions and 1 deletions

View file

@ -9,10 +9,10 @@ install:
script:
- yarn transpile
- yarn lint
- yarn test-node
- yarn nsp check
- yarn generate
- yarn prepare-beta-build
- yarn test-node
- $(yarn bin)/build --config.extraMetadata.environment=$SIGNAL_ENV --config.mac.bundleVersion='$TRAVIS_BUILD_NUMBER' --publish=never
- ./travis.sh
env:

View file

@ -14,6 +14,7 @@ install:
build_script:
- yarn transpile
- yarn lint
- yarn test-node
- yarn nsp check
- yarn generate
- node build\grunt.js