mirror of
https://github.com/danog/ext-uv.git
synced 2024-11-26 20:14:47 +01:00
commit
b64c4e94cf
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user