Skip to content

Commit 65b2d85

Browse files
committed
Allow failures on latest Node 7
Because issue #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.
1 parent 97d0fc9 commit 65b2d85

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ cache:
66

77
node_js:
88
- "7"
9+
- "7.9.0"
910
- "6"
1011
- "5"
1112
- "4"
@@ -17,5 +18,6 @@ matrix:
1718
allow_failures:
1819
- node_js: 3
1920
- node_js: 5
21+
- node_js: 7
2022

2123
sudo: false

0 commit comments

Comments
 (0)