Skip to content

Commit dfa7aa6

Browse files
committed
build: test against Node.js 8.x nightly
1 parent 9225ae5 commit dfa7aa6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ node_js:
1010
- "5.12"
1111
- "6.10"
1212
- "7.6"
13+
matrix:
14+
include:
15+
- node_js: "8.0"
16+
env: "NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly"
17+
allow_failures:
18+
# Allow the nightly installs to fail
19+
- env: "NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly"
1320
sudo: false
1421
cache:
1522
directories:

0 commit comments

Comments
 (0)