From 93e672d86601d664567bcffc76fee4d444cdb86e Mon Sep 17 00:00:00 2001 From: Tony Kelman Date: Wed, 3 Jun 2015 06:49:31 -0700 Subject: [PATCH] add dmesg output to Travis this may help at least identify OOM-killed failures, ref #11553 [av skip] --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 4997aaf4c64b0..2e654b00e859c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -62,4 +62,5 @@ script: - /tmp/julia/bin/julia-debug -e 'versioninfo()' - cd /tmp/julia/share/julia/test && /tmp/julia/bin/julia-debug --check-bounds=yes runtests.jl all && /tmp/julia/bin/julia-debug --check-bounds=yes runtests.jl pkg - cd - && mv julia2 julia + - dmesg - echo "Ready for packaging..."