Skip to content

Commit

Permalink
Updating travis versions.
Browse files Browse the repository at this point in the history
* Moving forward we'll have to explicitly add node versions.
  • Loading branch information
jsdevel committed Dec 6, 2017
1 parent 3db3355 commit 9a09723
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ language: node_js
notifications:
email: false
node_js:
- 4.8.4
- 6.9.4
- 7.4.0
- "lts/*"
- 4
- 5
- 6
- 7
- 8
env:
- CXX=g++-4.8
addons:
Expand Down

0 comments on commit 9a09723

Please sign in to comment.