mirror of
https://github.com/danog/ext-uv.git
synced 2024-11-30 04:29:01 +01:00
Use proper run-tests.php on travis
phpunit does not define a STDOUT constant...
This commit is contained in:
parent
f694707cfe
commit
4e5d7f215d
@ -4,11 +4,18 @@ 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:
|
||||
|
Loading…
Reference in New Issue
Block a user