mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 10:11:40 -05:00
chore(package): add g++ to the machine to allow fibers compilation on Node 7
This commit is contained in:
parent
f5d851c0b4
commit
d8034bafdd
1 changed files with 10 additions and 0 deletions
10
.travis.yml
10
.travis.yml
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue