We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9b8193 commit f9d1d1fCopy full SHA for f9d1d1f
.travis.yml
@@ -47,6 +47,8 @@ env:
47
- ENABLE_MAINTAINER_ZTS=1 ENABLE_DEBUG=1
48
49
before_script:
50
+ # Enable IPv6
51
+ - sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6'
52
# Compile PHP
53
- ./travis/compile.sh
54
# Setup Extensions
0 commit comments