diff --git a/.travis.yml b/.travis.yml index 2b68df24ab0..44e51e12874 100644 --- a/.travis.yml +++ b/.travis.yml @@ -164,6 +164,10 @@ after_failure: # anything shows up. - ls $HOME/Library/Logs/DiagnosticReports/ + # attempt to debug anything killed by the oom killer on linux, just to see if + # it happened + - dmesg | grep -i kill + # Save tagged docker images we created and load them if they're available before_cache: - docker history -q rust-ci |