Run Node.js tests early
This commit is contained in:
parent
7cb43c9f7f
commit
513d9a5d5c
2 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -14,6 +14,7 @@ install:
|
|||
build_script:
|
||||
- yarn transpile
|
||||
- yarn lint
|
||||
- yarn test-node
|
||||
- yarn nsp check
|
||||
- yarn generate
|
||||
- node build\grunt.js
|
||||
|
|
Loading…
Add table
Reference in a new issue