Skip to content

Commit

Permalink
chore(travis): install gcc-4.8 & g++-4.8 for protagonist
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Nov 28, 2015
1 parent a4ca1b2 commit fa9b5e3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Expand Up @@ -14,3 +14,13 @@ after_success:
branches:
except:
- /^v\d+\.\d+\.\d+$/

# for protagonist
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.8
- g++-4.8
env: CXX="g++-4.8" CC="gcc-4.8"

0 comments on commit fa9b5e3

Please sign in to comment.