Project-OSRM / node-osrm

DEPRECATED Part of osrm-backend since 5.7. NodeJS bindings for OSRM
BSD 2-Clause "Simplified" License
141 stars 48 forks source link

OSX Travis builds are failing #245

Closed daniel-j-h closed 8 years ago

daniel-j-h commented 8 years ago

https://travis-ci.org/Project-OSRM/node-osrm/builds/161042964

Looks like brew is the reason for this, or updated Travis CI OSX environments, or both. I only found some hacks requiring git pull'ing brew repositories.

@springmeyer could you look into this please? Would be great to have this fixed during the next days since we plan on doing the 5.4 release as soon as the last remaining issues are resolved.

cc @MoKob just in case we see this during release.

springmeyer commented 8 years ago

Solved by #246. Please rebase against master to get the fix.

daniel-j-h commented 8 years ago

Closing as solved! Thanks for the fix!