Skip to content

Commit 23484e9

Browse files
committed
Need at least GCC 4.8 libstdc++ for Clang
1 parent eed0f8e commit 23484e9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ matrix:
3636

3737
- os: linux
3838
compiler: clang
39+
addons:
40+
apt:
41+
sources: ['ubuntu-toolchain-r-test']
42+
packages: ['g++-4.8']
3943
env: COMPILER=clang++
4044

4145
- os: linux

0 commit comments

Comments
 (0)