From 4a7ad82003566e6dd3cb19afa8c49576bac7b3ad Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Mon, 13 Nov 2017 18:15:40 +0100 Subject: [PATCH] Fix getting exit code on PHP 7.2+. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8fe21b1..30db62a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,4 +17,4 @@ before_script: - pear install channel://pear.horde.org/Horde_Test - pear install -a -B package.xml script: - - php $(find test -name AllTests.php) + - php $(pear config-get php_dir)/Horde/Test/vendor/phpunit/phpunit/phpunit