Skip to content

Commit

Permalink
Test travis
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jul 1, 2018
1 parent 216df56 commit c03d7b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -353,7 +353,7 @@ script:
set +e
phpunit -d memory_limit=-1 -c test/phpunit/phpunittest.xml test/phpunit/AllTests.php
phpunitresult=$?
echo "Phpunit return code = $phpunitresult
echo "Phpunit return code = $phpunitresult"
set +e
- |
Expand Down Expand Up @@ -382,11 +382,11 @@ after_failure:
echo "Debugging informations for file $ficlog"
#cat $ficlog
done
echo "Debugging informations for file apache error.log"
# Apache log file
echo "Debugging informations for file apache error.log"
sudo cat /var/log/apache2/error.log
# Dolibarr log file
if [ "$DEBUG" = true ]; then
# Dolibarr log file
echo "Debugging informations for file dolibarr.log (latest 50 lines)"
tail -n 50 $TRAVIS_BUILD_DIR/documents/dolibarr.log
# MariaDB log file
Expand Down

0 comments on commit c03d7b9

Please sign in to comment.