Add support for Node 8 & 10

This commit is contained in:
Daniel García Aubert 2018-10-29 17:57:32 +01:00
parent 286473fadb
commit 6a60af93b7

View File

@ -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: