Update gcc for compiling modules in node 4/5

This commit is contained in:
Henry Zhu 2016-02-04 18:52:23 -05:00
parent fff27b458f
commit a24a61c6c7

View File

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