Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Commit

Permalink
Update Node versions for testing from 4,5,6 to 6,8,9
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerd77 committed Jan 5, 2018
1 parent a795b9f commit 5bd110f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js
node_js:
- "4"
- "5"
- "6"
- "8"
- "9"
env:
- CXX=g++-4.8
addons:
Expand All @@ -18,9 +18,9 @@ matrix:
fast_finish: true
include:
- os: linux
node_js: "4"
node_js: "6"
env: CXX=g++-4.8 TEST_SUITE=coveralls
- os: linux
node_js: "4"
node_js: "6"
env: CXX=g++-4.8 TEST_SUITE=lint
script: npm run $TEST_SUITE

0 comments on commit 5bd110f

Please sign in to comment.