diff --git a/appveyor.yml b/appveyor.yml index 3f68c30..6e19871 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,9 +9,6 @@ init: # Test against these versions of Node.js. environment: matrix: - # Node.js - - nodejs_version: "0.12" - # io.js - nodejs_version: "2" # Install scripts. (runs after repo cloning) @@ -38,8 +35,6 @@ build: off # Finish immediately if one of the jobs fails. matrix: fast_finish: true - allow_failures: - - nodejs_version: "2" # Set up cache, clear it on package.json changes. cache: