tedsteiner / OpenStreetMap.jl

Julia OpenStreetMap Package
Other
52 stars 18 forks source link

WIP: Update .travis.yml, test on 0.3 & 0.4 for now #77

Closed garborg closed 8 years ago

garborg commented 8 years ago

I haven't had a chance to debug the segfault on 0.4 any more.

I've put this on a branch in the main repo in case anyone tries to get travis testing working on 0.4 again.

tedsteiner commented 8 years ago

FYI @garborg, I just rebased this branch onto master to take another look at it.

tedsteiner commented 8 years ago

The tests on this pass for 0.3 and get the same results for 0.4 as the older Travis build system, so I'm going to go ahead and merge this into master. This seems much more elegant than the previous travis file. I still hope to figure out how to fix that segfault on 0.4 someday, but it's tough when I've never managed to reproduce that problem locally.

garborg commented 8 years ago

Oh, I know, I bet the 'build failing' statuses triggered by the segfault are bugging you. Thanks for merging this.

tedsteiner commented 8 years ago

Yep, they drive me crazy. But at least it works on 0.3 for now.