about summary refs log tree commit diff
diff options
context:
space:
mode:
authorkennytm <kennytm@gmail.com>2018-08-10 02:09:29 +0800
committerkennytm <kennytm@gmail.com>2018-08-16 20:05:15 +0800
commit42efd270f986550832ca48873af447a1e1fcc76b (patch)
tree37fc35f1c0221977a963660ef0067402bb4b38b3
parent142bb27373126edf8367f526358b6c72ecf1d8df (diff)
downloadrust-42efd270f986550832ca48873af447a1e1fcc76b.tar.gz
rust-42efd270f986550832ca48873af447a1e1fcc76b.zip
Revert "Auto merge of #53134 - alexcrichton:tweak-travis, r=Mark-Simulacrum"
This reverts commit f9b9b6e078aa81c0faa064bf861e88001684765c, reversing
changes made to 45a9d410f934247256812eda55ca66dd6999b3de.
-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;