File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ language: node_js
33node_js :
44 - " 6"
55 - " 8"
6- - " 10"
76
87branches :
98 only :
3130 yarn : false # switch to yarn once ember-cli-addon-tests is removed
3231
3332before_install :
34-
35- # TODO: remove when we stop testing against node 6
36- - if [[ `npm -v` < 6* ]]; then npm i -g npm@6; fi
33+ - npm config set spin false
34+ - npm install -g npm@4
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ environment:
66 matrix :
77 - nodejs_version : " 6"
88 - nodejs_version : " 8"
9- - nodejs_version : " 10"
109
1110branches :
1211 only :
@@ -17,7 +16,8 @@ branches:
1716# Install scripts. (runs after repo cloning)
1817install :
1918 - ps : Install-Product node $env:nodejs_version
20- - appveyor-retry npm install -g npm@^6
19+ - npm config set spin false
20+ - appveyor-retry npm install -g npm@^3
2121 - appveyor-retry npm i -g bower # for ember-cli-addon-tests
2222 - npm --version
2323 - appveyor-retry choco install phantomjs
You can’t perform that action at this time.
0 commit comments