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

Convert from Travis CI to GitHub Actions #130

Merged
merged 3 commits into from
Apr 19, 2022
Merged

Convert from Travis CI to GitHub Actions #130

merged 3 commits into from
Apr 19, 2022

Commits on Mar 11, 2022

  1. Configuration menu
    Copy the full SHA
    1bc72b5 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Attempt to fix CI

    GitHub action install the bundle in the vendor directory in the project
    root.  We want to ignore it.
    smortex committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    231c9cd View commit details
    Browse the repository at this point in the history
  2. Update ERB handling to be Ruby 3.1 compatible

    Ruby 3.1 deprecates the old style, but Ruby < 2.6 doesn't accept the new
    style. This is compatible with both.
    ekohl committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    b536d52 View commit details
    Browse the repository at this point in the history