summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPeter Dimov <pdimov@pdimov.com>2017-09-13 16:56:25 +0300
committerPeter Dimov <pdimov@pdimov.com>2017-09-13 17:42:49 +0300
commitc3e14abdca1fc143ea6485d95ce433cf76ea9b4c (patch)
tree5de6d3c1c61de76e85f5b8617a92e0169c18ad8f /.travis.yml
parentf24f6cd8f5d3caffceff2405a18815a1c16d1b2d (diff)
downloadboost-c3e14abdca1fc143ea6485d95ce433cf76ea9b4c.tar.gz
Use clang/c++11 instead of 14 because clang 3.9 w/ libstdc++ 4.8 errors on ::gets
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 344eee1023..f2b0de84d7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -65,14 +65,14 @@ matrix:
- env: SCRIPT=ci_boost_status TARGET=quick TOOLSET=clang
compiler: clang++
- - env: SCRIPT=ci_boost_status TARGET=quick TOOLSET=clang CXXSTD=14
+ - env: SCRIPT=ci_boost_status TARGET=quick 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++
- - env: SCRIPT=ci_boost_test_library TOOLSET=clang CXXSTD=14
+ - env: SCRIPT=ci_boost_test_library TOOLSET=clang CXXSTD=11
compiler: g++
# Library requirements tests.