diff options
author | Jakub Zelenka <bukka@php.net> | 2018-06-08 20:09:33 +0100 |
---|---|---|
committer | Jakub Zelenka <bukka@php.net> | 2018-06-08 20:09:33 +0100 |
commit | f9d1d1f36f0ac7e8a8f1f04e6b6769f09a16b764 (patch) | |
tree | 33b6f9efa8c40353cb0ee469585d6e4b45ef44ad | |
parent | e9b8193b241ca459e1b55a60ea056934563d0fea (diff) | |
download | php-git-f9d1d1f36f0ac7e8a8f1f04e6b6769f09a16b764.tar.gz |
Enable IPv6 in Travis
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 799cfa8aa3..fdca18f04f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,6 +47,8 @@ env: - ENABLE_MAINTAINER_ZTS=1 ENABLE_DEBUG=1 before_script: + # Enable IPv6 + - sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6' # Compile PHP - ./travis/compile.sh # Setup Extensions |