Skip to content

Commit

Permalink
Request gcc 4.8 on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
igrr committed Mar 3, 2016
1 parent 93fee9d commit 1f97e00
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 @@ -3,8 +3,16 @@ language: bash
os:
- linux

addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8

script:
- set -e
- export CXX="g++-4.8" CC="gcc-4.8"
- pushd $TRAVIS_BUILD_DIR/tests/host
- make
- popd
Expand Down

0 comments on commit 1f97e00

Please sign in to comment.