Skip to content

Commit

Permalink
Updated TravisCI and Appveyor configs to allow 0.8.x failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
octalmage committed Jan 8, 2016
1 parent bcac2ac commit 38f85c0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
13 changes: 9 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,16 @@ env:
language: node_js

node_js:
- 0.8
- 0.10
- 0.12
- 4
- iojs-v2
- iojs-v3
- 0 #Latest 0.x.x build.
- 3 #Latest io.js build.
- 4.2.4 #LTS
- stable

matrix:
allow_failures:
- node_js: 0.8

addons:
apt:
Expand Down
11 changes: 8 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,15 @@ environment:
# node.js
- nodejs_version: "0.8"
- nodejs_version: "0.10"
- nodejs_version: "0.12"
- nodejs_version: "3"
- nodejs_version: "4"
- nodejs_version: "0" #Latest 0.x.x build.
- nodejs_version: "3" #Latest io.js build.
- nodejs_version: "4.2.4" #LTS
- 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 38f85c0

Please sign in to comment.