Skip to content

Commit d2fc806

Browse files
committed
Align AppVeyor build versions with Travis CI.
1 parent 81ea7bc commit d2fc806

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

appveyor.yml

+4-8
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,13 @@
44
environment:
55
matrix:
66
# node.js
7-
- nodejs_version: "0.8"
87
- nodejs_version: "0.10"
9-
- nodejs_version: "0" #Latest 0.x.x build.
10-
- nodejs_version: "3" #Latest io.js build.
11-
- nodejs_version: "4.2.4" #LTS
8+
- nodejs_version: "0.12"
9+
- nodejs_version: "4"
10+
- nodejs_version: "5"
11+
- nodejs_version: "6"
1212
- nodejs_version: "Stable"
1313

14-
matrix:
15-
allow_failures:
16-
- nodejs_version: "0.8" #Allow Node.js 0.8.x to fail.
17-
1814
# Install scripts. (runs after repo cloning)
1915
install:
2016
# Get the latest stable version of Node 0.STABLE.latest

0 commit comments

Comments
 (0)