From 4e02f06378b82bf94d0c01121d1330ae4158eea9 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 13 Sep 2017 11:10:22 +0300 Subject: Add clang/c++14 tests to Travis --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 39f50e6ee4..344eee1023 100644 --- a/.travis.yml +++ b/.travis.yml @@ -65,10 +65,16 @@ matrix: - env: SCRIPT=ci_boost_status TARGET=quick TOOLSET=clang compiler: clang++ + - env: SCRIPT=ci_boost_status TARGET=quick TOOLSET=clang CXXSTD=14 + 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 + compiler: g++ + # Library requirements tests. - env: SCRIPT=ci_boost_library_check -- cgit v1.2.1