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:
20
20
matrix :
21
21
# fast_finish: true
22
22
allow_failures :
23
+ - nodejs_version : " 0.8"
23
24
- nodejs_version : " 0.6"
24
25
25
26
platform :
@@ -30,8 +31,8 @@ platform:
30
31
install :
31
32
# Get the latest stable version of Node.js or io.js
32
33
- ps : Install-Product node $env:nodejs_version $env:platform
33
- -
IF %nodejs_version% EQU 0.6 npm -g install [email protected]
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 [email protected]
35
+ -
IF %nodejs_version% EQU 0.8 npm config set strict-ssl false && npm - g install npm@1.4.28 && npm install -g [email protected]
35
36
- set PATH=%APPDATA%\npm;%PATH%
36
37
# - IF %nodejs_version% NEQ 0.6 AND %nodejs_version% NEQ 0.8 npm -g install npm
37
38
# install modules
You can’t perform that action at this time.
0 commit comments