From c92d3419967b5006e19e28ea694d0015ab3127be Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 1 Jul 2018 22:56:23 +0200 Subject: [PATCH] Test travis --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0709baef38c..95b7441fe64 100644 --- a/.travis.yml +++ b/.travis.yml @@ -357,6 +357,7 @@ script: - | echo Output 50 latest lines of dolibarr.log" + ls $TRAVIS_BUILD_DIR/documents tail -n 50 $TRAVIS_BUILD_DIR/documents/dolibarr.log after_script: @@ -378,7 +379,7 @@ after_failure: for ficlog in `ls $TRAVIS_BUILD_DIR/*.log` do echo "Debugging informations for file $ficlog" - cat $ficlog + #cat $ficlog done echo "Debugging informations for file apache error.log" # Apache log file