소스 검색

Travis: Check IPv6 settings

To find out if there is a way to enable IPv6 in the Travis CI environment,
check if IPv6 is disabled there.
See also
https://github.com/travis-ci/travis-ci/issues/8361
https://github.com/travis-ci/travis-ci/issues/8711
bel2125 7 년 전
부모
커밋
cc274f40d7
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -56,6 +56,7 @@ before_script:
   # Check some settings of the build server (operating system, IPv6 availability, directory)
   - uname -a
   - ifconfig
+  - cat /etc/sysctl.conf
   - pwd
   - ls -la
   - if [ "${TRAVIS_OS_NAME}" == "linux" ]; then