Use matrix to test node v6
This commit is contained in:
parent
5874ad9752
commit
c020e3f78e
12
.travis.yml
12
.travis.yml
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user