im-tomu / fomu-workshop

Support files for participating in a Fomu workshop
https://workshop.fomu.im
Apache License 2.0
162 stars 64 forks source link

Travis-CI Fails on Mac #149

Closed xobs closed 4 years ago

xobs commented 4 years ago

Looks like Travis is failing on Mac builds for some reason.

umarcor commented 4 years ago

@xobs, is this still an issue? I'm hitting #212 in some PRs, but many other builds seem to work: https://travis-ci.com/github/im-tomu/fomu-workshop/builds.

xobs commented 4 years ago

It's definitely an issue, and is due to github throttling requests when doing the Mac build. Non-PR builds are authenticated, and therefore don't suffer from the same problem.

umarcor commented 4 years ago

What about using GitHub Actions instead of Travis CI?

xobs commented 4 years ago

That could work. I'm not sure how to set that up, or if it is exempt from throttling in a way that Travis is not.