2012-06-25 00:40:57 +02:00
|
|
|
language: php
|
2017-12-22 22:29:28 +01:00
|
|
|
sudo: true
|
2012-06-25 00:40:57 +02:00
|
|
|
|
|
|
|
php:
|
2016-02-08 02:16:01 +01:00
|
|
|
- 7.0
|
2017-02-19 02:25:15 +01:00
|
|
|
- 7.1
|
2017-12-19 12:38:34 +01:00
|
|
|
- 7.2
|
2019-04-28 13:44:03 +02:00
|
|
|
- 7.3
|
|
|
|
- 7.4
|
2016-02-08 02:16:01 +01:00
|
|
|
- nightly
|
2012-06-25 00:40:57 +02:00
|
|
|
|
2016-10-29 17:24:36 +02:00
|
|
|
env:
|
|
|
|
global:
|
|
|
|
- REPORT_EXIT_STATUS=1
|
|
|
|
|
2017-12-22 22:29:28 +01:00
|
|
|
before_script:
|
|
|
|
- sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6'
|
|
|
|
|
2014-11-10 16:46:49 +01:00
|
|
|
before_install:
|
|
|
|
- chmod +x travis-install.sh
|
|
|
|
|
|
|
|
install: ./travis-install.sh
|
2012-07-02 16:18:22 +02:00
|
|
|
|
2016-10-29 17:24:36 +02:00
|
|
|
script:
|
|
|
|
- php run-tests.php -p `which php` --offline --show-diff --set-timeout 120
|
|
|
|
|
2012-07-07 16:16:15 +02:00
|
|
|
notifications:
|
|
|
|
email: false
|
|
|
|
irc:
|
|
|
|
channels:
|
|
|
|
- "irc.freenode.org#php-uv"
|
|
|
|
skip_join: true
|
|
|
|
use_notice: true
|