More debugging for travis shutting down
Requested by Travis!
This commit is contained in:
parent
b239743753
commit
43974b2b71
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue