Skip to content

Commit 1738f21

Browse files
committed
better appveyor script
1 parent c38e3ef commit 1738f21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ init:
77
# what combinations to test
88
environment:
99
matrix:
10+
- nodejs_version: 7
1011
- nodejs_version: 6
1112

1213
install:
13-
- ps: Install-Product node (Get-NodeJsLatestBuild $env:nodejs_version) x64
14+
- ps: Install-Product node $env:nodejs_version x64
1415
- npm install yarn -g
1516
- yarn install
1617
- yarn link

0 commit comments

Comments
 (0)