Skip to content

Commit

Permalink
CI: allow Node 9 to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Nov 13, 2017
1 parent 629432a commit fb0575b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ node_js:
- '6'
- '8'
- '9'
matrix:
exclude:
- node_js: '9'
cache:
- apt: true
- directories:
Expand Down
3 changes: 3 additions & 0 deletions test/ci/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ environment:
- nodejs_version: "6"
- nodejs_version: "8"
- nodejs_version: "9"
matrix:
allow_failures:
- nodejs_version: "9"
cache:
- '%APPDATA%\npm-cache'
- '%USERPROFILE%\.electron'
Expand Down

0 comments on commit fb0575b

Please sign in to comment.