Skip to content

Commit 9aac144

Browse files
committed
Only lint/flow on top item in test matrix
1 parent 6c10170 commit 9aac144

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: node_js
22

33
node_js:
4+
- "6"
45
- "5"
56
- "4"
67
- "iojs"
@@ -11,7 +12,7 @@ before_install:
1112
- npm config set spin false --global
1213

1314
script:
14-
- 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
1516

1617
after_failure:
1718
- (cd resources; python travis_after_all.py)

0 commit comments

Comments
 (0)