Skip to content

Commit d70963c

Browse files
committed
Configure Travis CI to lint only on latest Node
1 parent 19a9fd0 commit d70963c

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
@@ -9,5 +9,5 @@ node_js:
99
- "node"
1010
script:
1111
- "npm test"
12-
- "npm run lint"
12+
- 'if [ "$TRAVIS_NODE_VERSION" = "node" ]; then npm run lint ; fi'
1313
sudo: false

0 commit comments

Comments
 (0)