From 43974b2b71d19d837bab482e3eadf9267ec773ab Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 6 Aug 2018 14:23:13 -0700 Subject: [PATCH] More debugging for travis shutting down Requested by Travis! --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) 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;