Skip to content

Commit c27c2a7

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

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

appveyor.yml

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

1714
# Install scripts. (runs after repo cloning)
1815
install:
@@ -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)