Skip to content

Commit

Permalink
fix(travis): add addons and env for node-gyp
Browse files Browse the repository at this point in the history
  • Loading branch information
watilde committed Jul 28, 2017
1 parent 249b777 commit e1b3192
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ matrix:
script: npm run test-ci
- node_js: "4"
script: npm test
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
os:
- linux
# Currently, osx takes too long time to run tests on travis
Expand Down

0 comments on commit e1b3192

Please sign in to comment.