summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPeter Dimov <pdimov@pdimov.com>2017-09-05 04:34:08 +0300
committerPeter Dimov <pdimov@pdimov.com>2017-09-08 19:21:56 +0300
commitdbf63633aebb5d48899cc57501321f4812d536fa (patch)
treea889e082394518c10fae2497e62cf62737106aa1 /.travis.yml
parent2946b6888bb94298325860526b76ed8ee8073942 (diff)
downloadboost-dbf63633aebb5d48899cc57501321f4812d536fa.tar.gz
travis: test the library updated by the commit
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 3d3e2de644..cf111ca186 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -63,6 +63,10 @@ matrix:
- env: SCRIPT=ci_boost_status TARGET=quick TOOLSET=clang
compiler: clang++
+ # Run tests for the library updated by this commit.
+ - env: SCRIPT=ci_boost_test_library TOOLSET=gcc CXXSTD=11
+ compiler: g++
+
# Library requirements tests.
- env: SCRIPT=ci_boost_library_check