diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2018-08-06 14:23:13 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2018-08-06 14:23:13 -0700 |
| commit | 43974b2b71d19d837bab482e3eadf9267ec773ab (patch) | |
| tree | b93bcaeca3dc2d1f73167bda8286b48554eb2bdc | |
| parent | b2397437530eecef72a1524a7e0a4b42034fa360 (diff) | |
| download | rust-43974b2b71d19d837bab482e3eadf9267ec773ab.tar.gz rust-43974b2b71d19d837bab482e3eadf9267ec773ab.zip | |
More debugging for travis shutting down
Requested by Travis!
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index a860aaa5b7e..d010a8370b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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; |
