Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run CI on GitHub actions #148

Merged
merged 4 commits into from
Dec 1, 2020
Merged

Run CI on GitHub actions #148

merged 4 commits into from
Dec 1, 2020

Commits on Nov 30, 2020

  1. Require at least Ruby 2.5 but allow 3.x

    Otherwise we won't be able to run against ruby head which is now identifying itself as 3.x
    walro committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    601c026 View commit details
    Browse the repository at this point in the history
  2. Run tests on Github Actions

    walro committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    5fafecf View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. Workflow for testing gem build and install

    Decided to have this as a separate flow to separate the concerns. The downside is that we scatter the Ruby version in two files, but I believe it's the lesser of evils.
    walro committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    ec0cccc View commit details
    Browse the repository at this point in the history
  2. Remove Travis CI

    walro committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    15cdf3c View commit details
    Browse the repository at this point in the history