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:
32
32
# Remove all non-test dependencies
33
33
- " npm rm --save-dev benchmark beautify-benchmark"
34
34
# 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"
36
36
- " test $(echo $TRAVIS_NODE_VERSION | cut -d'.' -f1) -ge 4 || npm rm --save-dev eslint eslint-plugin-markdown"
37
37
# Update Node.js modules
38
38
- " test ! -d node_modules || npm prune"
Original file line number Diff line number Diff line change 23
23
"benchmark" : " 2.1.4" ,
24
24
"eslint" : " 4.18.1" ,
25
25
"eslint-plugin-markdown" : " 1.0.0-beta.6" ,
26
- "nyc" : " 14.1.1 " ,
26
+ "nyc" : " 15.0.0 " ,
27
27
"urun" : " 0.0.8" ,
28
28
"utest" : " 0.0.8"
29
29
},
You can’t perform that action at this time.
0 commit comments