Skip to content

Commit

Permalink
Build: support node-v8 in travis (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxwolf authored Jun 2, 2017
1 parent 9e0c4dd commit 60ba1e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ node_js:
- '5'
- '6'
- '7'
- '8'
env:
matrix:
- CXX=g++-4.8 TASKS=test:nodejs
matrix:
include:
- node_js: 7
- node_js: 8
env:
- CXX=g++-4.8 TASKS=travis:browser
addons:
Expand Down

0 comments on commit 60ba1e7

Please sign in to comment.