Use matrix to test node v6

This commit is contained in:
Raul Ochoa 2016-12-19 10:11:42 +01:00
parent 5874ad9752
commit c020e3f78e

View File

@ -24,4 +24,14 @@ env:
language: node_js language: node_js
node_js: node_js:
- "0.10" - "0.10"
- "6"
matrix:
include:
- node_js: "6"
addons:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
env:
- CXX=g++-4.8