Skip to content

Commit

Permalink
Enable IPv6 in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
bukka committed Jun 8, 2018
1 parent e9b8193 commit f9d1d1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f9d1d1f

Please sign in to comment.