Skip to content

Commit

Permalink
Migrate to GitHub Actions from Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber623 committed Dec 21, 2021
1 parent a272503 commit c019756
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
# See: https://github.com/actions/runner/issues/849
ruby: [2.5, 2.6, 2.7, "3.0"]
ruby: [2.6, 2.7, "3.0"]
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
Expand Down
18 changes: 0 additions & 18 deletions .travis.yml

This file was deleted.

0 comments on commit c019756

Please sign in to comment.