Fix ipv6 bind on travis

see https://github.com/travis-ci/travis-ci/issues/8361#issuecomment-350497804
This commit is contained in:
Joel Wurtz 2017-12-22 22:29:28 +01:00 committed by GitHub
parent 585209b610
commit 5b2743e972
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,5 @@
language: php
sudo: true
php:
- 7.0
@ -10,6 +11,9 @@ env:
global:
- REPORT_EXIT_STATUS=1
before_script:
- sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6'
before_install:
- chmod +x travis-install.sh