We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c1caaf commit 491814aCopy full SHA for 491814a
appveyor.yml
@@ -9,7 +9,7 @@ init:
9
# Test against these versions of Node.js.
10
environment:
11
matrix:
12
- - nodejs_version: "4"
+ - nodejs_version: "6"
13
- nodejs_version: "8"
14
15
# Install scripts. (runs after repo cloning)
@@ -33,11 +33,9 @@ test_script:
33
# Don't actually build.
34
build: off
35
36
-# Finish immediately if one of the jobs fails. (temporarily disabled)
+# Finish immediately if one of the jobs fails.
37
38
-# fast_finish: true
39
- allow_failures:
40
+ fast_finish: true
41
42
# Set up cache, clear it on package.json changes.
43
# NOTE: Cache disabled for now.
0 commit comments