summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJakub Zelenka <bukka@php.net>2018-06-10 14:34:23 +0100
committerJakub Zelenka <bukka@php.net>2018-06-10 14:34:23 +0100
commit8c3b0455ee7c0d642312f8773822a42ceb0bac2f (patch)
tree43690266ffc00245189b549f1cbc924b01aef702 /.travis.yml
parent3cbf594dfd0708dc36f1655c50e16fa963e61501 (diff)
parentbca6d373fc0d12c64a86750b1ddb53456540a782 (diff)
downloadphp-git-8c3b0455ee7c0d642312f8773822a42ceb0bac2f.tar.gz
Merge branch 'PHP-7.2'
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 5ce5dfc757..64f4d5a3c9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -51,6 +51,8 @@ before_script:
- ccache --version
- ccache --zero-stats
- export USE_CCACHE=1
+ # Enable IPv6
+ - sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6'
# Compile PHP
- ./travis/compile.sh
# Setup Extensions