Add log of errors

This commit is contained in:
Laurent Destailleur 2019-09-30 22:04:32 +02:00
parent 155ccc95db
commit edf1c74519

View File

@ -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 ../..