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]
  • Loading branch information
tkelman committed Jun 3, 2015
1 parent a031f93 commit 93e672d
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 @@ -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..."

0 comments on commit 93e672d

Please sign in to comment.