From de8ced60766102ed8571d0b86eb78c3083e2f0e1 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 26 Mar 2016 10:48:07 +0100 Subject: [PATCH] Test to find travis error --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index a19b8647deb..74d951bf7bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -266,7 +266,7 @@ script: - | echo "Upgrading Dolibarr" # Ensure we catch errors - set -e + set +e cd htdocs/install php upgrade.php 3.5.0 3.6.0 ignoredbversion > $TRAVIS_BUILD_DIR/upgrade350360.log php upgrade2.php 3.5.0 3.6.0 ignoredbversion > $TRAVIS_BUILD_DIR/upgrade350360-2.log @@ -289,9 +289,9 @@ script: - | echo "Unit testing" - # Ensure we catch errors. Set this to +e if you want to go to this end to see log file. + # Ensure we catch errors. Set this to +e if you want to go to the end to see log file. set -e - phpunit -d memory_limit=-1 -c test/phpunit/phpunittest.xml test/phpunit/AllTests.php + #phpunit -d memory_limit=-1 -c test/phpunit/phpunittest.xml test/phpunit/AllTests.php set +e - |