Skip to content

Commit

Permalink
Allow failures on latest Node 7
Browse files Browse the repository at this point in the history
Because issue othiym23#109 have
not yet been solved for Node.js 7, the test suite currently fails when
running on the latest version of Node.js 7 (v7.10.0 as of this commit).

This commit allows 7.x to fail, but adds an extra build for 7.9.0 which
is know to be good.

This should be reverted when/if Node.js 7 is patched accordingly.
  • Loading branch information
watson committed Jun 15, 2017
1 parent 97d0fc9 commit 65b2d85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ cache:

node_js:
- "7"
- "7.9.0"
- "6"
- "5"
- "4"
Expand All @@ -17,5 +18,6 @@ matrix:
allow_failures:
- node_js: 3
- node_js: 5
- node_js: 7

sudo: false

0 comments on commit 65b2d85

Please sign in to comment.