use Node LTS
This commit is contained in:
parent
11e0e925cc
commit
66e68fb22b
14
.travis.yml
14
.travis.yml
@ -1,18 +1,14 @@
|
||||
sudo: false
|
||||
language: node_js
|
||||
before_install:
|
||||
- npm install npm -g
|
||||
node_js:
|
||||
- "4"
|
||||
- "5"
|
||||
- "6"
|
||||
- "7"
|
||||
- "8"
|
||||
- "lts/*"
|
||||
- "9"
|
||||
- "10"
|
||||
matrix:
|
||||
include:
|
||||
- node_js: "7"
|
||||
- node_js: "lts/*"
|
||||
env: TEST_SUITE=standard
|
||||
- node_js: "7"
|
||||
- node_js: "lts/*"
|
||||
env: TEST_SUITE=coverage
|
||||
env:
|
||||
- TEST_SUITE=unit
|
||||
|
||||
Loading…
Reference in New Issue
Block a user