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

This reverts commit f9b9b6e078, reversing
changes made to 45a9d410f9.
This commit is contained in:
kennytm 2018-08-10 02:09:29 +08:00
parent 142bb27373
commit 42efd270f9
No known key found for this signature in database
GPG Key ID: FEF6C8051D0E013C

View File

@ -278,8 +278,6 @@ 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;