From edf1c74519d5ea3ac2142ad95abf58144c8f2cad Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 30 Sep 2019 22:04:32 +0200 Subject: [PATCH] Add log of errors --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 50f8fb08a24..aa1807133a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -335,6 +335,7 @@ script: php step2.php set >> $TRAVIS_BUILD_DIR/install.log if [ "$?" -ne "0" ]; then echo "SORRY, AN ERROR OCCURED DURING INSTALLATION PROCESS" + tail -n 100 $TRAVIS_BUILD_DIR/install.log exit 1 fi cd ../..