You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repo hasn't received much attention recently. As such, the TravisCI
yaml file was referencing
[EOL](https://www.ruby-lang.org/en/downloads/branches/) versions of
ruby. Moreover, TravisCI itself isn't generally used for open source
anymore. There are heavy restrictions on build minutes, as noted
[here](jekyll/jekyll#8492) in the core Jekyll
project.
This PR does the following:
* Removes `.travis.yml`. We won't run jobs on TravisCI anymore.
* Replaces it with `.github/workflows/ci.yml`. We'll start running CI
on GitHub Actions.
* Updates Ruby versions to those currently supported. This matches the
ones tested in the [core jekyll project](https://github.com/jekyll/jekyll/blob/796ae15c31147d1980662744ef0f19a15a27cdee/.github/workflows/ci.yml#L20-L28).
This is making progress toward jekyll#192. I plan to work toward supporting
Ruby 3 and Numo in classifier-reborn, but the first step is getting CI
working with the existing code.
0 commit comments