Remove ci_boost_library_check from Travis

This commit is contained in:
Peter Dimov
2017-12-21 00:57:29 +02:00
parent e6e7b6d9b1
commit d0a163f2f5
+5 -5
View File
@@ -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.