Skip to content

Commit 1f97e00

Browse files
committed
Request gcc 4.8 on Travis
1 parent 93fee9d commit 1f97e00

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,16 @@ language: bash
33
os:
44
- linux
55

6+
addons:
7+
apt:
8+
sources:
9+
- ubuntu-toolchain-r-test
10+
packages:
11+
- g++-4.8
12+
613
script:
714
- set -e
15+
- export CXX="g++-4.8" CC="gcc-4.8"
816
- pushd $TRAVIS_BUILD_DIR/tests/host
917
- make
1018
- popd

0 commit comments

Comments
 (0)