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 e3a5439d5a
commit 63235555d7

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++