Skip to content

Commit

Permalink
-Travis: Update node versions to test
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Mar 25, 2018
1 parent 1f18e3b commit 6588eea
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,17 @@ node_js:
- "0.11"
- "0.12"
- "4.0"
- "4.4"
- "4.8"
- "5.0"
- "5.11"
- "5.12"
- "6.0"
- "6.1"
- "6.13"
- "7.0"
- "7.10"
- "8.0"
- "8.10"
- "9.0"
- "9.9"

before_install:
- export CXX=g++-4.8
Expand Down

0 comments on commit 6588eea

Please sign in to comment.