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

Conversation

walro
Copy link
Contributor

@walro walro commented Dec 1, 2020

I had to loosen the requirement on Ruby so that we cold run on Ruby head. I split the Travis CI things into two separate workflows as it made sense. One workflow is concerned about running the specs and one is concerned about trying the install phase. The downside here is that we have two workflows and Ruby versions scattered in two files, but I think it's still the lesser of evils.

Otherwise we won't be able to run against ruby head which is now identifying itself as 3.x
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.
Copy link
Member

@roback roback left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The downside here is that we have two workflows and Ruby versions scattered in two files, but I think it's still the lesser of evils.

Agreed, and right now I don't have any better ideas than that either. So, LGTM :)

@walro walro merged commit 08fa22c into master Dec 1, 2020
@walro walro deleted the run-ci-on-github-actions branch December 1, 2020 09:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants