ext-uv/.travis.yml
2019-04-28 13:44:03 +02:00

30 lines
407 B
YAML

language: php
php:
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4
- nightly
env:
global:
- REPORT_EXIT_STATUS=1
before_install:
- chmod +x travis-install.sh
install: ./travis-install.sh
script:
- php run-tests.php -p `which php` --offline --show-diff --set-timeout 120
notifications:
email: false
irc:
channels:
- "irc.freenode.org#php-uv"
skip_join: true
use_notice: true