use Node LTS

This commit is contained in:
Daniel Cousens 2018-09-14 14:50:48 +10:00 committed by GitHub
parent 11e0e925cc
commit 66e68fb22b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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