Skip to content

Commit 9d5c7e6

Browse files
authored
Added appveyor support for modern node versions
1 parent 21a7252 commit 9d5c7e6

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

appveyor.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,9 @@ init:
77
# what combinations to test
88
environment:
99
matrix:
10-
- nodejs_version: 0.12
11-
12-
# combinations having this can fail
13-
matrix:
14-
allow_failures:
15-
- nodejs_version: 0.13
10+
- nodejs_version: 6
11+
- nodejs_version: 5
12+
- nodejs_version: 4
1613

1714
install:
1815
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)

0 commit comments

Comments
 (0)