summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPeter Dimov <pdimov@pdimov.com>2017-09-13 11:10:22 +0300
committerPeter Dimov <pdimov@pdimov.com>2017-09-13 11:10:22 +0300
commitbc96ccd873c80a14813db9d98ea4e6a1d5601d35 (patch)
treef454d2747dfaca8628c9e1aa760e069345a7df2a /.travis.yml
parent9b86c889263609e8c3a1fe4c87de6b5038aefba2 (diff)
downloadboost-bc96ccd873c80a14813db9d98ea4e6a1d5601d35.tar.gz
Add clang/c++14 tests to Travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index b1f21757f9..ca69e498b6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -58,10 +58,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