File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ environment:
2020matrix :
2121 # fast_finish: true
2222 allow_failures :
23+ - nodejs_version : " 0.8"
2324 - nodejs_version : " 0.6"
2425
2526platform :
@@ -30,8 +31,8 @@ platform:
3031install :
3132 # Get the latest stable version of Node.js or io.js
3233 - ps : Install-Product node $env:nodejs_version $env:platform
33- - IF %nodejs_version% EQU 0.6 npm -g install npm@1.3
34- - IF %nodejs_version% EQU 0.8 npm - g install npm@2
34+ - IF %nodejs_version% EQU 0.6 npm config set strict-ssl false && npm -g install npm@1.3
35+ - IF %nodejs_version% EQU 0.8 npm config set strict-ssl false && npm - g install npm@1.4.28 && npm install -g npm@4.5
3536 - set PATH=%APPDATA%\npm;%PATH%
3637 # - IF %nodejs_version% NEQ 0.6 AND %nodejs_version% NEQ 0.8 npm -g install npm
3738 # install modules
You can’t perform that action at this time.
0 commit comments