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 6c10170 commit 9aac144Copy full SHA for 9aac144
.travis.yml
@@ -1,6 +1,7 @@
1
language: node_js
2
3
node_js:
4
+ - "6"
5
- "5"
6
- "4"
7
- "iojs"
@@ -11,7 +12,7 @@ before_install:
11
12
- npm config set spin false --global
13
14
script:
- - npm run lint && npm run check && (if [[ "$TRAVIS_JOB_NUMBER" == *.1 ]]; then npm run cover:lcov; else npm run testonly; fi)
15
+ - if [[ "$TRAVIS_JOB_NUMBER" == *.1 ]]; then npm run lint && npm run check && npm run cover:lcov; else npm run testonly; fi
16
17
after_failure:
18
- (cd resources; python travis_after_all.py)
0 commit comments