summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPeter Dimov <pdimov@pdimov.com>2017-12-22 21:51:15 +0200
committerPeter Dimov <pdimov@pdimov.com>2017-12-23 04:57:33 +0200
commitb1052ad4bf43929c20149f35708f258085983534 (patch)
tree18fe310b1029f1e8d908ac578b05908bc42c2c9b /.travis.yml
parent163c14b2a002fdfa310f682fbc79172070af2c3e (diff)
downloadboost-b1052ad4bf43929c20149f35708f258085983534.tar.gz
Do not build Boost w/ clang on Travis; not worth the time taken
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 0 insertions, 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++