From 63235555d7e5ad658dbc944aed68df23574755ce Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Fri, 22 Dec 2017 21:51:15 +0200 Subject: [PATCH] Do not build Boost w/ clang on Travis; not worth the time taken --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index da3368313a..ada23a912e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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++