about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 7251a46cc58..e13d1208987 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -278,8 +278,6 @@ 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;