What to do with a Travis failure?

This may be a trivial question: what to do with a Travis (nightly version) failure? The test reports a segmentation error somewhere in the LLVM.dll. Is this something that I should report as an issue? Or is this in general visible somehow to the developers?

If you are running normal Julia code and you have checked that you haven’t messed up with @inbounds then a segfault is a Julia bug and it would be nice to have it reported. It is, however, very appreciated if you could make a smaller example than Pkg.add + Pkg.test.

@kristoffer.carlsson: okay, I will attempt to extract a little piece of code to illustrate the issue. Thanks.