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