travis: test node@8
This commit is contained in:
parent
91c403a541
commit
188feafdf0
1 changed files with 7 additions and 0 deletions
|
@ -9,6 +9,13 @@ node_js:
|
|||
- 2
|
||||
- 1
|
||||
- 0.12
|
||||
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"
|
||||
before_script:
|
||||
- sudo apt-get install build-essential libssl-dev git
|
||||
- git clone https://github.com/wg/wrk.git
|
||||
|
|
Loading…
Reference in a new issue