Skip to content

Commit

Permalink
chore(package): add g++ to the machine to allow fibers compilation on…
Browse files Browse the repository at this point in the history
… Node 7
  • Loading branch information
DxCx committed Jan 24, 2017
1 parent f5d851c commit d8034ba
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d8034ba

Please sign in to comment.