Skip to content

Commit

Permalink
AppVeyor: test only on io.js 2
Browse files Browse the repository at this point in the history
More versions are tested on Travis.
  • Loading branch information
mgol committed Aug 6, 2015
1 parent 45fa36f commit f30029b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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:
Expand Down

0 comments on commit f30029b

Please sign in to comment.