travis: test node@8 nightly
This commit is contained in:
parent
207aa4e75b
commit
612a77b72b
1 changed files with 7 additions and 0 deletions
|
@ -3,6 +3,13 @@ language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- stable
|
- stable
|
||||||
- 7.6
|
- 7.6
|
||||||
|
matrix:
|
||||||
|
include:
|
||||||
|
- node_js: "8.0"
|
||||||
|
env: "NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly"
|
||||||
|
allow_failures:
|
||||||
|
# Allow the nightly installs to fail
|
||||||
|
- env: "NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly"
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- wrk/bin
|
- wrk/bin
|
||||||
|
|
Loading…
Reference in a new issue