Skip to content

Commit 569d955

Browse files
committed
[Travis] only lint/check/cover on latest node
1 parent 8440d47 commit 569d955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ before_install:
2222
- npm config set spin false --global
2323

2424
script:
25-
- npm run lint && npm run check && (if [[ "$TRAVIS_JOB_NUMBER" == *.1 ]]; then npm run cover:lcov; else npm run testonly; fi)
25+
- if [[ "$TRAVIS_JOB_NUMBER" == *.1 ]]; then npm run lint && npm run check && npm run cover:lcov; else npm run testonly; fi
2626

2727
after_failure:
2828
- (cd resources; python travis_after_all.py)

0 commit comments

Comments
 (0)