Auto merge of #53134 - alexcrichton:tweak-travis, r=Mark-Simulacrum

More debugging for travis shutting down

Requested by Travis!
This commit is contained in:
bors 2018-08-07 00:07:56 +00:00
commit f9b9b6e078

View File

@ -277,6 +277,8 @@ after_success:
du . | sort -nr | head -n100
after_failure:
# Requested by travis to debug "shutting down NOW" errors
- sudo tail -n 500 /var/log/syslog
- >
echo "#### Build failed; Disk usage after running script:";
df -h;