travis: only test node v7.6.0+
This commit is contained in:
parent
9671add57d
commit
cd02834f75
1 changed files with 2 additions and 3 deletions
|
@ -1,9 +1,8 @@
|
|||
sudo: false
|
||||
language: node_js
|
||||
node_js:
|
||||
- "4"
|
||||
- "5"
|
||||
- "6"
|
||||
- stable
|
||||
- 7.6
|
||||
cache:
|
||||
directories:
|
||||
- wrk/bin
|
||||
|
|
Loading…
Reference in a new issue