Maybe this will make travis-ci stop using GCC headers when compiling with clang
Former-commit-id: 0c5fa59221ada0639047dd16aed49cec3e467b26
This commit is contained in:
parent
1508a46c3b
commit
1a5ec3b15b
@ -14,7 +14,7 @@ matrix:
|
|||||||
- llvm-toolchain-precise-3.8
|
- llvm-toolchain-precise-3.8
|
||||||
- ubuntu-toolchain-r-test
|
- ubuntu-toolchain-r-test
|
||||||
- os: linux
|
- os: linux
|
||||||
env: COMPILER_NAME=clang CXX=clang++-3.8 CC=clang-3.8
|
env: COMPILER_NAME=clang CXX=clang++-3.8 CC=clang-3.8 EXTRA_FLAGS="-stdlib=libc++"
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user