More debugging for travis shutting down

Requested by Travis!
This commit is contained in:
Alex Crichton 2018-08-06 14:23:13 -07:00
parent b239743753
commit 43974b2b71
1 changed files with 2 additions and 0 deletions

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;