mbutterick / pollen-users

please use https://forums.matthewbutterick.com/c/typesetting/ instead
https://forums.matthewbutterick.com/c/typesetting/
52 stars 0 forks source link

Travis CI: the party’s over #75

Closed mbutterick closed 2 years ago

mbutterick commented 3 years ago

I have gathered, roughly, that at the end of the year, Travis CI is ending its free testing service for open-source projects. Questions:

  1. True?
  2. What”s the simplest alternative?
sorawee commented 3 years ago

IIUC, they didn't end their free service, but you need to keep applying for more minutes, which is not good.

You can use GitHub Actions as an alternative. Bogdan's https://github.com/Bogdanp/setup-racket might be helpful. You can see how it's setup at htdp as an example.