test: run ci on node 7,8 (#992)
This commit is contained in:
parent
beec26ebf8
commit
41f8776350
1 changed files with 2 additions and 9 deletions
11
.travis.yml
11
.travis.yml
|
@ -1,15 +1,8 @@
|
|||
sudo: false
|
||||
language: node_js
|
||||
node_js:
|
||||
- stable
|
||||
- 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"
|
||||
- 7
|
||||
- 8
|
||||
cache:
|
||||
directories:
|
||||
- wrk/bin
|
||||
|
|
Loading…
Reference in a new issue