Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
only run eslint with newer node versions
  • Loading branch information
DABH committed May 2, 2018
1 parent 64a2ea2 commit ab42ad9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -13,5 +13,6 @@ node_js:
- "0.8"
script:
- npm install
- "./node_modules/.bin/eslint . "
- npm install if-node-version
- if-node-version ">=4" node "./node_modules/.bin/eslint . "
- npm test

0 comments on commit ab42ad9

Please sign in to comment.