Replaced outdated node versions 0.11, 0.12, 5 in travis build with 4, 6, 8

This commit is contained in:
holgerd77 2017-09-28 11:47:16 +02:00 committed by Alex Beregszaszi
parent 02599c6018
commit 382864431d
1 changed files with 4 additions and 5 deletions

View File

@ -1,9 +1,8 @@
language: node_js
node_js:
- "0.11"
- "0.12"
- "4"
- "5"
- "6"
- "8"
env:
- CXX=g++-4.8
addons:
@ -19,9 +18,9 @@ matrix:
fast_finish: true
include:
- os: linux
node_js: "4"
node_js: "8"
env: CXX=g++-4.8 TEST_SUITE=coveralls
- os: linux
node_js: "4"
node_js: "8"
env: CXX=g++-4.8 TEST_SUITE=lint
script: npm run $TEST_SUITE