Commit f58201fc authored by Kenton Varda's avatar Kenton Varda

Travis: Make sure libc++ is available when testing Clang 3.6.

It apparently cannot compile properly against libstdc++.
parent fe80a229
......@@ -50,6 +50,7 @@ matrix:
- llvm-toolchain-trusty-3.6
packages:
- clang-3.6
- libc++-dev # clang-3.6 can't compile C++14 against libstdc++, apparently.
env:
- MATRIX_CC=clang-3.6
- MATRIX_CXX=clang++-3.6
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment