We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8440d47 commit 569d955Copy full SHA for 569d955
.travis.yml
@@ -22,7 +22,7 @@ before_install:
22
- npm config set spin false --global
23
24
script:
25
- - npm run lint && npm run check && (if [[ "$TRAVIS_JOB_NUMBER" == *.1 ]]; then npm run cover:lcov; else npm run testonly; fi)
+ - if [[ "$TRAVIS_JOB_NUMBER" == *.1 ]]; then npm run lint && npm run check && npm run cover:lcov; else npm run testonly; fi
26
27
after_failure:
28
- (cd resources; python travis_after_all.py)
0 commit comments