Przeglądaj źródła

Remove ci_boost_library_check from Travis

Peter Dimov 8 lat temu
rodzic
commit
d0a163f2f5
1 zmienionych plików z 5 dodań i 5 usunięć
  1. 5 5
      .travis.yml

+ 5 - 5
.travis.yml

@@ -69,11 +69,11 @@ matrix:
     - env: SCRIPT=ci_boost_test_library TOOLSET=clang CXXSTD=11
     - env: SCRIPT=ci_boost_test_library TOOLSET=clang CXXSTD=11
       compiler: clang++
       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:
 before_install:
   # Fetch the scripts to do the actual building/testing.
   # Fetch the scripts to do the actual building/testing.

粤ICP备19079148号