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