Merge pull request #56 from joelwurtz/patch-2

Fix ipv6 bind on travis
This commit is contained in:
Bob Weinand 2019-04-28 14:22:28 +02:00 committed by GitHub
commit b64c4e94cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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