Use proper run-tests.php on travis

phpunit does not define a STDOUT constant...
This commit is contained in:
Bob Weinand 2016-10-29 17:24:36 +02:00
parent f694707cfe
commit 4e5d7f215d

View File

@ -4,11 +4,18 @@ php:
- 7.0 - 7.0
- nightly - nightly
env:
global:
- REPORT_EXIT_STATUS=1
before_install: before_install:
- chmod +x travis-install.sh - chmod +x travis-install.sh
install: ./travis-install.sh install: ./travis-install.sh
script:
- php run-tests.php -p `which php` --offline --show-diff --set-timeout 120
notifications: notifications:
email: false email: false
irc: irc: