Add support for Node 8 & 10
This commit is contained in:
parent
286473fadb
commit
6a60af93b7
@ -1,6 +1,8 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- 6.9.2
|
||||
- '6'
|
||||
- '8'
|
||||
- '10'
|
||||
before_install:
|
||||
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.9" CC="gcc-4.9"; fi
|
||||
addons:
|
||||
|
Loading…
Reference in New Issue
Block a user