Skip to content

Commit

Permalink
Update Travis & AppVeyor to allow node 0.10 failures
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Dec 29, 2017
1 parent 51ca0d5 commit fe97886
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ node_js:
- '6'
- '5'
- '4'
- '0.12'
- '0.10'
os:
- linux
Expand Down
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ environment:
- nodejs_version: "0.12"
- nodejs_version: "0.10"

matrix:
allow_failures:
- nodejs_version: "0.10"

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

0 comments on commit fe97886

Please sign in to comment.