Skip to content

Commit ba6543a

Browse files
committed
build: fix Node.js 0.8 npm install on appveyor
1 parent 887283b commit ba6543a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ install:
1818
- ps: Install-Product node $env:nodejs_version
1919
- npm config set shrinkwrap false
2020
- npm rm --save-dev benchmark beautify-benchmark & ver > nul
21+
- if "%nodejs_version%" equ "0.8" npm config set strict-ssl false
2122
- if "%nodejs_version%" equ "0.8" npm rm --save-dev istanbul
2223
- npm rm --save-dev eslint eslint-config-standard eslint-plugin-markdown eslint-plugin-promise eslint-plugin-standard
2324
- if exist node_modules npm prune

0 commit comments

Comments
 (0)