mbredel / thesis-template

A LaTeX template for Bachelor and Master thesis
GNU General Public License v3.0
86 stars 83 forks source link

CI: Use GitHub Actions instead of Travis #13

Closed Croydon closed 3 years ago

Croydon commented 3 years ago

Travis has strongly limited their free CI service.

It is not available and freely usable by default anymore, rather people have to explicitly request Credits for their open source projects. Only if granted, Travis can be used further. Every minute CI is running it costs a certain amount of Credits. Once there are none left, people would have to request Credits again.

On the other hand, this repository is already hosted on GitHub. Making the freely available GitHub Actions an obvious and hassle free choice.

Some references for the Travis CI changes:

https://blog.travis-ci.com/2020-11-02-travis-ci-new-billing

https://blog.travis-ci.com/oss-announcement


For some other reason the Travis integration in this repository stopped working around Oct 2019 already. There was a change how Travis authenticates with GitHub some while ago. Maybe this is related

travis


You can find an exemplary run of this GitHub Action Workflow here: https://github.com/Croydon/thesis-template/actions/runs/457056767

Croydon commented 3 years ago

Rebased after the merge of #12