Skip to content

Commit

Permalink
Auto merge of rust-lang#53134 - alexcrichton:tweak-travis, r=Mark-Sim…
Browse files Browse the repository at this point in the history
…ulacrum

More debugging for travis shutting down

Requested by Travis!
  • Loading branch information
bors committed Aug 7, 2018
2 parents 45a9d41 + 43974b2 commit f9b9b6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f9b9b6e

Please sign in to comment.