Skip to content

Commit

Permalink
Align AppVeyor build versions with Travis CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
octalmage committed May 25, 2016
1 parent 81ea7bc commit d2fc806
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,13 @@
environment:
matrix:
# node.js
- nodejs_version: "0.8"
- nodejs_version: "0.10"
- nodejs_version: "0" #Latest 0.x.x build.
- nodejs_version: "3" #Latest io.js build.
- nodejs_version: "4.2.4" #LTS
- nodejs_version: "0.12"
- nodejs_version: "4"
- nodejs_version: "5"
- nodejs_version: "6"
- nodejs_version: "Stable"

matrix:
allow_failures:
- nodejs_version: "0.8" #Allow Node.js 0.8.x to fail.

# Install scripts. (runs after repo cloning)
install:
# Get the latest stable version of Node 0.STABLE.latest
Expand Down

0 comments on commit d2fc806

Please sign in to comment.