Add clang++-libc++ to Travis

This commit is contained in:
Peter Dimov
2018-01-15 21:21:34 +02:00
parent 6f1e30778b
commit 27f7c608e4

View File

@@ -161,6 +161,10 @@ matrix:
- ubuntu-toolchain-r-test
- llvm-toolchain-trusty-5.0
- os: linux
compiler: clang++-libc++
env: TOOLSET=clang COMPILER=clang++-libc++ CXXSTD=11,14,1z
- os: osx
compiler: clang++
env: TOOLSET=clang COMPILER=clang++ CXXSTD=11,14,1z