File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ before_install:
3232 # Remove all non-test dependencies
3333 - " npm rm --save-dev benchmark beautify-benchmark"
3434 # Setup Node.js version-specific dependencies
35- - " test $(echo $TRAVIS_NODE_VERSION | cut -d'.' -f1) -ge 6 || npm rm --save-dev nyc"
35+ - " test $(echo $TRAVIS_NODE_VERSION | cut -d'.' -f1) -ge 8 || npm rm --save-dev nyc"
3636 - " test $(echo $TRAVIS_NODE_VERSION | cut -d'.' -f1) -ge 4 || npm rm --save-dev eslint eslint-plugin-markdown"
3737 # Update Node.js modules
3838 - " test ! -d node_modules || npm prune"
Original file line number Diff line number Diff line change 2323 "benchmark" : " 2.1.4" ,
2424 "eslint" : " 4.18.1" ,
2525 "eslint-plugin-markdown" : " 1.0.0-beta.6" ,
26- "nyc" : " 14.1.1 " ,
26+ "nyc" : " 15.0.0 " ,
2727 "urun" : " 0.0.8" ,
2828 "utest" : " 0.0.8"
2929 },
You can’t perform that action at this time.
0 commit comments