Skip to content

Commit

Permalink
Try to unhork node-gyp
Browse files Browse the repository at this point in the history
  • Loading branch information
gigabo committed Feb 11, 2016
1 parent 7b5d3fe commit fb9c750
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ language: node_js
node_js:
- "stable"

env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8

before_script:
- npm install -g gulp
- for d in `ls packages/`; do cd packages/$d; npm install; cd -; done
Expand Down

0 comments on commit fb9c750

Please sign in to comment.