ext-uv/.travis.yml
Bob Weinand 4e5d7f215d Use proper run-tests.php on travis
phpunit does not define a STDOUT constant...
2016-10-29 17:36:16 +02:00

26 lines
375 B
YAML

language: php
php:
- 7.0
- 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