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

Fix build process #598

Merged
merged 2 commits into from
Nov 12, 2020
Merged

Fix build process #598

merged 2 commits into from
Nov 12, 2020

Conversation

gnclmorais
Copy link
Contributor

Hi! I ran into this gem while evaluating the dependencies of a project I’m working on and noticed TravisCI was grey… So I spend some time trying to fix it, it looked accessible. I identified two issues which this pull request fixes:

@@ -12,8 +12,8 @@ rvm:
- rbx-2

before_install:
- gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
- gem install bundler -v '< 2'
- find /home/travis/.rvm/rubies -wholename '*default/bundler-*.gemspec' -delete
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Uninstalling a default gem seems to be impossible to do in a neat way, so I followed this suggestion to blast it off.

@nathanvda
Copy link
Owner

Wow, great work!

@nathanvda nathanvda merged commit ec950b3 into nathanvda:master Nov 12, 2020
@gnclmorais gnclmorais deleted the fix-build branch November 12, 2020 09:50
@nathanvda
Copy link
Owner

Amazing, the build is green again, woooooot 👍 🔥 🥇

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