From dcff643fb6cc194fc1eece9a7519a8a25a960625 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 2 Feb 2016 13:06:46 +0100 Subject: [PATCH] We don't want to exit if error on phpunit --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1563375dd7d..6875b9bb743 100644 --- a/.travis.yml +++ b/.travis.yml @@ -290,7 +290,7 @@ script: - | echo "Unit testing" # Ensure we catch errors - set -e + set +e phpunit -d memory_limit=-1 -c test/phpunit/phpunittest.xml test/phpunit/AllTests.php set +e