faiface / pixel

A hand-crafted 2D game library in Go
MIT License
4.46k stars 245 forks source link

Travis build is failing #295

Closed faiface closed 2 years ago

faiface commented 3 years ago

Would be nice to fix that :) It's been failing for a long time now.

Asday commented 3 years ago

https://travis-ci.org/github/faiface/pixel/jobs/756741383

cebarks commented 3 years ago

I think we just have to move from travis-ci.org to travis-ci.com if we want to fix this @faiface , I think the better solution would just be to move the tests to github actions instead however, cause why not?

cebarks commented 3 years ago

Just was sent this from a work colleague so I think we definitely should move away from travisci: https://twitter.com/peter_szilagyi/status/1437646118700175360

I don't think this affects our usage but just as an act of solidarity along with ease of use (all github vs using multiple sites)

bencarrr commented 3 years ago

+1 for GitHub Actions

I'm happy to get a PR with the config up and running for it

faiface commented 3 years ago

Switching to GitHub Actions sounds very reasonable to me. Any PR to make this happen would be very appreciated! :)