Skip to content

Commit c3fb7e5

Browse files
committed
build: test against Node.js 9.x nightly
1 parent 94fdb67 commit c3fb7e5

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
@@ -14,6 +14,8 @@ matrix:
1414
include:
1515
- node_js: "8"
1616
env: "NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly"
17+
- node_js: "9"
18+
env: "NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly"
1719
allow_failures:
1820
# Allow the nightly installs to fail
1921
- env: "NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly"

0 commit comments

Comments
 (0)