Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Fix travis bundler errors #264

Merged
merged 4 commits into from
Sep 16, 2017
Merged

Fix travis bundler errors #264

merged 4 commits into from
Sep 16, 2017

Conversation

gschneider-r7
Copy link
Contributor

@gschneider-r7 gschneider-r7 commented Sep 13, 2017

Description

Force travis to update bundler and system gems as pre-install step.

See this bug in bundler for context.

Additionally:

  • Update travis config to use latest ruby versions
  • Update travis config to only build master branch changes (avoids duplicated builds on PRs and releases/tags)
  • Update .ruby-version so I don't get prompted when using 2.3.3+ 😄

Motivation and Context

Travis-CI builds were failing on 2.2.0 and 2.2.1 versions of Ruby.

Testing Steps

See if this PR gets a green checkmark!

@gschneider-r7
Copy link
Contributor Author

Should probably update the ruby versions while I'm here, but I'll wait for others to chime in first.

@rdickey-r7
Copy link
Contributor

I'd be fine with just testing the latest 2.2.x and 2.3.x, if you wanted to change the ruby versions. Currently that's 2.2.8 and 2.3.5. But this is fine as is, so up to you.

Also update .ruby-version to allow any 2.3.x version.
@gschneider-r7
Copy link
Contributor Author

I updated the config to use the latest releases for each 2.2, 2.3, and 2.4 versions. Unfortunately RVM's aliases are behind a few releases so the full version had to be specified. This means that it will get out of date over time and need to be updated again manually in the future.

@rdickey-r7
Copy link
Contributor

👍

@gschneider-r7 gschneider-r7 merged commit 0b7570e into master Sep 16, 2017
@gschneider-r7 gschneider-r7 deleted the fix_travis_bundler_errors branch September 16, 2017 00:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants