gelisam / klister

an implementation of stuck macros
BSD 3-Clause "New" or "Revised" License
132 stars 11 forks source link

migrate away from Travis CI #121

Closed gelisam closed 3 years ago

gelisam commented 3 years ago

As this reddit post explains, Travis is dropping support for open-source projects, so we should consider switching to a different CI provider. The post recommends Github Actions, so that's what I plan to look at, but I'm open to other providers, e.g. Circle CI, if others have had a good experience with something.

FranklinChen commented 3 years ago

GitHub Actions works pretty well. I just started using https://github.com/kowainik/.github/blob/main/workflow-templates/ci.yml

gelisam commented 3 years ago

Fixed by #122. The kowainik template above didn't quite work, but it was a great starting point, thanks.

langston-barrett commented 3 years ago

Thanks for doing this @gelisam!