mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
Auto merge of #53134 - alexcrichton:tweak-travis, r=Mark-Simulacrum
More debugging for travis shutting down Requested by Travis!
This commit is contained in:
commit
f9b9b6e078
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user