Skip to content

Commit c51e061

Browse files
sttkphated
authored andcommitted
Build: Improve AppVeyor build
1 parent 03eea6b commit c51e061

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ environment:
1515
- nodejs_version: "5"
1616

1717
install:
18+
- IF %nodejs_version% EQU 0.10 npm -g install npm@2
19+
- IF %nodejs_version% EQU 0.10 set PATH=%APPDATA%\npm;%PATH%
1820
- ps: Install-Product node $env:nodejs_version
1921
- npm install
2022

0 commit comments

Comments
 (0)