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 64a2ea2 commit ab42ad9Copy full SHA for ab42ad9
.travis.yml
@@ -13,5 +13,6 @@ node_js:
13
- "0.8"
14
script:
15
- npm install
16
- - "./node_modules/.bin/eslint . "
+ - npm install if-node-version
17
+ - if-node-version ">=4" node "./node_modules/.bin/eslint . "
18
- npm test
0 commit comments