Skip to content

Commit

Permalink
Need to add g++ on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
davedoesdev committed Jul 1, 2016
1 parent dfb5219 commit 98f79e1
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,17 @@ node_js:
- 0.12
- 4
- 6
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
env:
- TARGET=test
- TARGET=travis-coverage
global:
- CXX=g++-4.8
matrix:
- TARGET=test
- TARGET=travis-coverage
script:
- npm run $TARGET

0 comments on commit 98f79e1

Please sign in to comment.