Merge pull request #3322 from babel/update-gcc

Update gcc for compiling modules in node 4/5
This commit is contained in:
Henry Zhu 2016-02-04 20:41:23 -05:00
commit 98fa405b91

View File

@ -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: