chore(package): add g++ to the machine to allow fibers compilation on Node 7

This commit is contained in:
Hagai Cohen 2017-01-24 16:28:09 +02:00
parent f5d851c0b4
commit d8034bafdd

View file

@ -4,6 +4,16 @@ node_js:
- "6"
- "7"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
cache:
directories:
- $HOME/.npm