Update gcc for compiling modules in node 4/5
This commit is contained in:
parent
fff27b458f
commit
a24a61c6c7
@ -14,6 +14,15 @@ node_js:
|
|||||||
- "0.10"
|
- "0.10"
|
||||||
- "0.12"
|
- "0.12"
|
||||||
|
|
||||||
|
env:
|
||||||
|
- CXX=g++-4.8
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- ubuntu-toolchain-r-test
|
||||||
|
packages:
|
||||||
|
- g++-4.8
|
||||||
|
|
||||||
script: make test-ci
|
script: make test-ci
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user