Sfoglia il codice sorgente

Remove ci_boost_library_check from Travis

Peter Dimov 8 anni fa
parent
commit
d0a163f2f5
1 ha cambiato i file con 5 aggiunte e 5 eliminazioni
  1. 5 5
      .travis.yml

+ 5 - 5
.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.

粤ICP备19079148号