ext-uv/.travis.yml

28 lines
391 B
YAML
Raw Normal View History

2012-06-25 00:40:57 +02:00
language: php
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
2016-02-08 02:16:01 +01:00
- nightly
2012-06-25 00:40:57 +02:00
env:
global:
- REPORT_EXIT_STATUS=1
before_install:
- chmod +x travis-install.sh
install: ./travis-install.sh
2012-07-02 16:18:22 +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