From f319401db916a4ef2b8f7237b7903392b690f031 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Mon, 13 Nov 2017 18:30:27 +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 22bc37f..7b2c100 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,4 +35,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