about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2018-08-07 00:07:56 +0000
committerbors <bors@rust-lang.org>2018-08-07 00:07:56 +0000
commitf9b9b6e078aa81c0faa064bf861e88001684765c (patch)
tree531b765ae8a117667d4938dfd1445cf5f3d7225e
parent45a9d410f934247256812eda55ca66dd6999b3de (diff)
parent43974b2b71d19d837bab482e3eadf9267ec773ab (diff)
downloadrust-f9b9b6e078aa81c0faa064bf861e88001684765c.tar.gz
rust-f9b9b6e078aa81c0faa064bf861e88001684765c.zip
Auto merge of #53134 - alexcrichton:tweak-travis, r=Mark-Simulacrum
More debugging for travis shutting down

Requested by Travis!
-rw-r--r--.travis.yml2
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;