Skip to content
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.

Commit

Permalink
Update travis to build with Node 8 (from Node 7)
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerd77 committed Jan 3, 2018
1 parent 5d59ad6 commit f0aafb0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
@@ -1,7 +1,7 @@
language: node_js
node_js:
- "6"
- "7"
- "8"
env:
- CXX=g++-4.8
addons:
Expand All @@ -22,12 +22,12 @@ matrix:
fast_finish: true
include:
- os: linux
node_js: "7"
node_js: "8"
env: CXX=g++-4.8 TEST_SUITE=coveralls
- os: linux
node_js: "7"
node_js: "8"
env: CXX=g++-4.8 TEST_SUITE=lint
- os: linux
node_js: "7"
node_js: "8"
env: CXX=g++-4.8 TEST_SUITE=test:browser
script: npm run $TEST_SUITE

0 comments on commit f0aafb0

Please sign in to comment.