Skip to content

Commit 7229947

Browse files
committed
Try fix Clang builds
1 parent 752f8e8 commit 7229947

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.travis.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,20 @@ matrix:
3434
packages: ['g++-6']
3535
env: COMPILER=g++-6
3636

37+
- os: linux
38+
compiler: clang
39+
addons:
40+
apt:
41+
sources: ['ubuntu-toolchain-r-test']
42+
packages: ['g++-4.9']
43+
env: COMPILER=clang++
44+
3745
- os: linux
3846
compiler: clang
3947
addons:
4048
apt:
4149
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.5']
42-
packages: ['clang-3.5']
50+
packages: ['clang-3.5', 'g++-4.9']
4351
env: COMPILER=clang++-3.5
4452

4553
- os: linux

0 commit comments

Comments
 (0)