Fix Travis by removing v4 and v5

This commit is contained in:
junderw 2018-10-10 11:37:19 +09:00 committed by Daniel Cousens
parent 791e465088
commit e9d3dbf38a

View File

@ -3,10 +3,9 @@ language: node_js
before_install:
- npm install npm -g
node_js:
- "4"
- "5"
- "6"
- "7"
- "lts/*"
- "9"
- "10"
env:
- TEST_SUITE=test
script: npm run-script $TEST_SUITE