Browse Source

use LTS and update to 9/10

master
Daniel Cousens 6 years ago
committed by GitHub
parent
commit
02af54f1db
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      .travis.yml

12
.travis.yml

@ -1,16 +1,12 @@
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: "8"
- node_js: "lts/*"
env: TEST_SUITE=standard
env:
- TEST_SUITE=unit

Loading…
Cancel
Save