Skip to content

Commit 491814a

Browse files
committed
Switch AppVeyor to test on Node 6 & 8 instead of 4
npm 2 included with Node 4 causes problems in tests.
1 parent 4c1caaf commit 491814a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

appveyor.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ init:
99
# Test against these versions of Node.js.
1010
environment:
1111
matrix:
12-
- nodejs_version: "4"
12+
- nodejs_version: "6"
1313
- nodejs_version: "8"
1414

1515
# Install scripts. (runs after repo cloning)
@@ -33,11 +33,9 @@ test_script:
3333
# Don't actually build.
3434
build: off
3535

36-
# Finish immediately if one of the jobs fails. (temporarily disabled)
36+
# Finish immediately if one of the jobs fails.
3737
matrix:
38-
# fast_finish: true
39-
allow_failures:
40-
- nodejs_version: "4"
38+
fast_finish: true
4139

4240
# Set up cache, clear it on package.json changes.
4341
# NOTE: Cache disabled for now.

0 commit comments

Comments
 (0)