From dbf63633aebb5d48899cc57501321f4812d536fa Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 5 Sep 2017 04:34:08 +0300 Subject: travis: test the library updated by the commit --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.travis.yml') 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 -- cgit v1.2.1