Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Smash at Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Dec 9, 2016
1 parent 102ab69 commit 5bc1bc0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,13 @@ script: LD_LIBRARY_PATH=/usr/local/lib make bgrun test doc
notifications:
email: false
irc: false

# https://github.com/travis-ci/travis-ci/issues/4771#issuecomment-241439984
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8

0 comments on commit 5bc1bc0

Please sign in to comment.