Skip to content

Commit f9d1d1f

Browse files
committed
Enable IPv6 in Travis
1 parent e9b8193 commit f9d1d1f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ env:
4747
- ENABLE_MAINTAINER_ZTS=1 ENABLE_DEBUG=1
4848

4949
before_script:
50+
# Enable IPv6
51+
- sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6'
5052
# Compile PHP
5153
- ./travis/compile.sh
5254
# Setup Extensions

0 commit comments

Comments
 (0)