Skip to content
This repository was archived by the owner on Jan 7, 2023. It is now read-only.

Commit f78f4c4

Browse files
committed
Another travis change
1 parent b88385f commit f78f4c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ matrix:
1010
include:
1111
- os: linux
1212
env:
13-
- CC=gcc
14-
- CXX=g++
13+
- CC=gcc-4.8
14+
- CXX=g++-4.8
1515
- VMF_SHARED=ON
1616
- VMF_GCOV_OPTS='-DCMAKE_BUILD_TYPE=Debug -DCODE_COVERAGE=ON'
1717
- os: linux
@@ -35,9 +35,9 @@ matrix:
3535

3636
addons:
3737
apt:
38-
sources: ['george-edison55-precise-backports', 'ubuntu-toolchain-r-test']
38+
sources: ['george-edison55-precise-backports', 'ubuntu-toolchain-r-test', 'llvm']
3939
#sources: ['george-edison55-precise-backports', 'ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.7']
40-
packages: ['cmake', 'cmake-data', 'g++', 'clang']
40+
packages: ['cmake', 'cmake-data', 'g++-4.8', 'clang']
4141
#packages: ['cmake', 'cmake-data', 'g++-4.8', 'clang-3.7']
4242
before_install:
4343
- env

0 commit comments

Comments
 (0)