From d0a163f2f5edb1d3307bb1f3d68f9099b34582c1 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 21 Dec 2017 00:57:29 +0200 Subject: Remove ci_boost_library_check from Travis --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 9a4805d5c9..da3368313a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -69,11 +69,11 @@ matrix: - env: SCRIPT=ci_boost_test_library TOOLSET=clang CXXSTD=11 compiler: clang++ - # Library requirements tests. - - env: SCRIPT=ci_boost_library_check - - allow_failures: - - env: SCRIPT=ci_boost_library_check +# # Library requirements tests. +# - env: SCRIPT=ci_boost_library_check +# +# allow_failures: +# - env: SCRIPT=ci_boost_library_check before_install: # Fetch the scripts to do the actual building/testing. -- cgit v1.2.1