Преглед на файлове

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