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 ab98207
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@ node_js:
- '6'
- '5'
- '4'
- '0.12'
- '0.10'
os:
- linux
- osx
script:
- npm run ci-test
sudo: false
matrix:
allow_failures:
- node_js: '0.10'
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 ab98207

Please sign in to comment.