Skip to content

Commit

Permalink
add dmesg output to Travis
Browse files Browse the repository at this point in the history
this may help at least identify OOM-killed failures, ref #11553

[av skip]
(cherry picked from commit 93e672d)
  • Loading branch information
tkelman committed Jun 3, 2015
1 parent 9559826 commit 976b676
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ script:
- cd .. && mv julia julia2
- 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..."

0 comments on commit 976b676

Please sign in to comment.