File tree Expand file tree Collapse file tree 3 files changed +4
-10
lines changed Expand file tree Collapse file tree 3 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 11language : node_js
22node_js :
3- - " node"
43 - " 6"
5- - " 4"
6-
7- cache :
8- directories :
9- - node_modules
4+ - " 8"
5+ - " 10"
106
117before_install :
128 - if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ environment:
33 - nodejs_version : " 4"
44 - nodejs_version : " 6"
55 - nodejs_version : " 8"
6+ - nodejs_version : " 10"
67
78# Fix line endings in Windows. (runs before repo cloning)
89init :
@@ -23,8 +24,5 @@ test_script:
2324 - bower --version
2425 - npm test
2526
26- cache :
27- - ' %APPDATA%\npm-cache'
28-
2927# Don't actually build.
3028build : off
Original file line number Diff line number Diff line change 4343 "request" : " ^2.75.0"
4444 },
4545 "engines" : {
46- "node" : " >= 4 "
46+ "node" : " >= 6 "
4747 }
4848}
You can’t perform that action at this time.
0 commit comments