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

Update bundler on Travis before installing gems #63

Merged
merged 1 commit into from
Jan 1, 2016

Conversation

monfresh
Copy link
Collaborator

Why:
I noticed that recent builds started failing on Travis for no apparent reason. I then saw that Travis was using a different version of bundler compared to builds from 2 months ago. This version of bundler seems to be incompatible with certain versions of Ruby.

By making sure bundler is up to date, it allows Travis to install the gems on all the versions of Ruby that this repo supports.

**Why**:
I noticed that recent builds started failing on Travis for no apparent reason. I then saw that Travis was using a different version of bundler compared to builds from 2 months ago. This version of bundler seems to be incompatible with certain versions of Ruby.

By making sure bundler is up to date, it allows Travis to install the gems on all the versions of Ruby that this repo supports.
@monfresh
Copy link
Collaborator Author

@Houdini Looks like this fixed the issue on Travis. If you merge this in, I'll rebase my other PRs so that Travis can run properly. Thanks!

Houdini added a commit that referenced this pull request Jan 1, 2016
Update bundler on Travis before installing gems
@Houdini Houdini merged commit 9a84048 into Houdini:master Jan 1, 2016
@monfresh monfresh deleted the fix-travis branch January 2, 2016 00:41
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.

2 participants