From c3e14abdca1fc143ea6485d95ce433cf76ea9b4c Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 13 Sep 2017 16:56:25 +0300 Subject: Use clang/c++11 instead of 14 because clang 3.9 w/ libstdc++ 4.8 errors on ::gets --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') 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. -- cgit v1.2.1