Skip to content

Commit f30029b

Browse files
committed
AppVeyor: test only on io.js 2
More versions are tested on Travis.
1 parent 45fa36f commit f30029b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

appveyor.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ init:
99
# Test against these versions of Node.js.
1010
environment:
1111
matrix:
12-
# Node.js
13-
- nodejs_version: "0.12"
14-
# io.js
1512
- nodejs_version: "2"
1613

1714
# Install scripts. (runs after repo cloning)
@@ -38,8 +35,6 @@ build: off
3835
# Finish immediately if one of the jobs fails.
3936
matrix:
4037
fast_finish: true
41-
allow_failures:
42-
- nodejs_version: "2"
4338

4439
# Set up cache, clear it on package.json changes.
4540
cache:

0 commit comments

Comments
 (0)