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 137f34b commit 8f125f6Copy full SHA for 8f125f6
.travis.yml
@@ -29,7 +29,7 @@ before_install:
29
# Setup Node.js version-specific dependencies
30
- "test $TRAVIS_NODE_VERSION != '0.6' || npm rm --save-dev istanbul"
31
- "test $TRAVIS_NODE_VERSION != '0.8' || npm rm --save-dev istanbul"
32
- - "test $TRAVIS_NODE_VERSION = '4.7' || npm rm --save-dev eslint"
+ - "test $(echo $TRAVIS_NODE_VERSION | cut -d. -f1) -ge 4 || npm rm --save-dev eslint"
33
34
# Update Node.js modules
35
- "test ! -d node_modules || npm prune"
0 commit comments