소스 검색

Disable IPv6 on Travis (check for IPv6 remains on AppVeyor)

IPv6 does not work on Travis CI. There are currently many open issues
(a short list is here:
https://github.com/travis-ci/travis-ci/issues/8711#issuecomment-343658967)
but no indication if and when it will be resolved.

Disable IPv6 for the moment, so the build does not remain "failed" for weeks.
Enable it again, once the IPv6 issues are fixed by Travis.

The IPv6 checks on AppVeyor for Windows remain.
IPv6 for Linux is checked manually on an irregular base.
IPv6 for OS X (Mac OS) remains unchecked.
bel2125 7 년 전
부모
커밋
935172931a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -100,7 +100,7 @@ before_script:
     -DCIVETWEB_C_STANDARD=${C_STANDARD}
     -DCIVETWEB_CXX_STANDARD=${CXX_STANDARD}
     -DCIVETWEB_ALLOW_WARNINGS=${ALLOW_WARNINGS}
-    -DCIVETWEB_ENABLE_IPV6=${ENABLE_IPV6}
+    -DCIVETWEB_ENABLE_IPV6=NO
     ${ADDITIONAL_CMAKE_ARGS}
     ..
   - ls -la