From 7261205f1f2ce8d48c734479c123bea8a46c2dce Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Mon, 13 Nov 2017 18:29:44 +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