diff --git a/.travis.yml b/.travis.yml index 5b8fc5b3d5..06b1120ec4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,13 +64,17 @@ matrix: - env: SCRIPT=ci_boost_build TOOLSET=gcc CXXSTD=11 compiler: g++ - # Run tests for the library updated by this commit. - - env: SCRIPT=ci_boost_test_library TOOLSET=gcc CXXSTD=11 + # Build Boost with release layout + - env: SCRIPT=ci_boost_build TOOLSET=gcc CXXSTD=11 RELEASE=1 compiler: g++ - - env: SCRIPT=ci_boost_test_library 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=11 +# compiler: clang++ +# # # Library requirements tests. # - env: SCRIPT=ci_boost_library_check #