Do not build Boost w/ clang on Travis; not worth the time taken

This commit is contained in:
Peter Dimov 2017-12-22 21:51:15 +02:00
parent 163c14b2a0
commit b1052ad4bf

View file

@ -59,9 +59,6 @@ matrix:
- env: SCRIPT=ci_boost_build TOOLSET=gcc CXXSTD=11
compiler: g++
- env: SCRIPT=ci_boost_build TOOLSET=clang CXXSTD=11
compiler: clang++
# Run tests for the library updated by this commit.
- env: SCRIPT=ci_boost_test_library TOOLSET=gcc CXXSTD=11
compiler: g++