Travis CI updates - better logging.

This commit is contained in:
John Davidson 2019-01-08 14:35:38 +02:00 committed by GitHub
parent 96e8ab3911
commit 02a0514b39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,8 @@ do
if [ "$?" = "0" ] ; then
echo "`date` | Success."
tail -n 40 /tmp/mll.log
echo "*** *** ***"
else
echo "`date` | !!! FAILURE !!!"
tail -n 1000 /tmp/mll.log