diff --git a/.travis.yml b/.travis.yml index a19b8647debd5450f1cb5ed7528a952e8836eccc..74d951bf7bf687534ae7e64b3e0fd9f5de03d0f2 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 - |