We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21a7252 commit 9d5c7e6Copy full SHA for 9d5c7e6
1 file changed
appveyor.yml
@@ -7,12 +7,9 @@ init:
7
# what combinations to test
8
environment:
9
matrix:
10
- - nodejs_version: 0.12
11
-
12
-# combinations having this can fail
13
-matrix:
14
- allow_failures:
15
- - nodejs_version: 0.13
+ - nodejs_version: 6
+ - nodejs_version: 5
+ - nodejs_version: 4
16
17
install:
18
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
0 commit comments