Closed tkelman closed 9 years ago
Hm, seems to segfault on Travis. I can't reproduce locally on Linux, but I'm using Ubuntu 14.04 vs Travis is on 12.04.
I think we should go ahead and merge this. There has been an unexplained (and yet unsolved) segfault with HTTPClient.jl on Travis too. I thought it may be due to the AMD CPUs that Travis uses.
I don't see how this could make anything any worse...
Maybe give the docker-based workers a try via sudo: false
?
Maybe give the docker-based workers a try via sudo: false ?
I am not familiar with this mode of testing. How is it enabled?
See http://docs.travis-ci.com/user/workers/container-based-infrastructure/
I think since you apparently don't need to apt-get anything here, it might just be adding a line sudo: false
to your travis.yml? Maybe try it in a test branch first?
Will test out the docket-based workers separately. Though http://docs.travis-ci.com/user/workers/container-based-infrastructure/ says the default behaviour if sudo is not detected is to use docker based containers.
I think that only applies for new repos, not sure.
fix breakage caused by https://github.com/JuliaLang/julia/pull/10380