From 2f4fda059e651d7c561038afc71a3a074096d7e1 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 20 Jan 2019 23:40:20 +0100 Subject: [PATCH] Show all log lines --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ea52f17e6fb..68215d258a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -368,7 +368,7 @@ after_script: - | echo "After script - Output 50 latest lines of dolibarr.log" ls $TRAVIS_BUILD_DIR/documents - tail -n 50 $TRAVIS_BUILD_DIR/documents/dolibarr.log + cat $TRAVIS_BUILD_DIR/documents/dolibarr.log after_success: - |