]> git.lizzy.rs Git - rust.git/commitdiff
More debugging for travis shutting down
authorAlex Crichton <alex@alexcrichton.com>
Mon, 6 Aug 2018 21:23:13 +0000 (14:23 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Mon, 6 Aug 2018 21:23:13 +0000 (14:23 -0700)
Requested by Travis!

.travis.yml

index a860aaa5b7e6b0becc86e9bda37fb674203bbe0d..d010a8370b502b2159ac4ecfe6750d6cda9a9303 100644 (file)
@@ -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;