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:
|
script:
|
||||||
- yarn transpile
|
- yarn transpile
|
||||||
- yarn lint
|
- yarn lint
|
||||||
|
- yarn test-node
|
||||||
- yarn nsp check
|
- yarn nsp check
|
||||||
- yarn generate
|
- yarn generate
|
||||||
- yarn prepare-beta-build
|
- yarn prepare-beta-build
|
||||||
- yarn test-node
|
|
||||||
- $(yarn bin)/build --config.extraMetadata.environment=$SIGNAL_ENV --config.mac.bundleVersion='$TRAVIS_BUILD_NUMBER' --publish=never
|
- $(yarn bin)/build --config.extraMetadata.environment=$SIGNAL_ENV --config.mac.bundleVersion='$TRAVIS_BUILD_NUMBER' --publish=never
|
||||||
- ./travis.sh
|
- ./travis.sh
|
||||||
env:
|
env:
|
||||||
|
|
|
@ -14,6 +14,7 @@ install:
|
||||||
build_script:
|
build_script:
|
||||||
- yarn transpile
|
- yarn transpile
|
||||||
- yarn lint
|
- yarn lint
|
||||||
|
- yarn test-node
|
||||||
- yarn nsp check
|
- yarn nsp check
|
||||||
- yarn generate
|
- yarn generate
|
||||||
- node build\grunt.js
|
- node build\grunt.js
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue