Skip to content

Commit

Permalink
Install g++-4.8 on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy351 committed Dec 6, 2015
1 parent 382d804 commit 97a8167
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,15 @@ cache:
directories:
- node_modules

env:
- CXX=g++-4.8

addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- graphicsmagick
- g++-4.8
ssh_known_hosts: github.com

before_install:
Expand Down

0 comments on commit 97a8167

Please sign in to comment.