Add node.js 11.x to .travis.yml

This commit is contained in:
Calvin Montgomery 2018-11-12 19:23:05 -08:00
parent cd94c8b83d
commit a9fac9d6d0

View file

@ -9,5 +9,6 @@ addons:
env:
- CXX="g++-4.8"
node_js:
- "11"
- "10"
- "8"