mourner / delaunator-rs

Fast 2D Delaunay triangulation in Rust. A port of Delaunator.
https://docs.rs/delaunator
ISC License
207 stars 28 forks source link

Switch to GitHub Actions for CI #14

Closed mourner closed 3 years ago

mourner commented 3 years ago

Travis suddenly stopped running builds for this repo, but because its UI is a disaster, I can't really figure out why — the error is Could not authorize build request for mourner/delaunator-rs, and some StackOverflow suggests it might have to do with not being on a paid plan.

Instead of figuring it out, we should just switch to GitHub Actions which is a much better experience overall.