-
-
Notifications
You must be signed in to change notification settings - Fork 122
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
Travis: JRuby 9.1.7.0, gem update --system, format the buildfile #138
Travis: JRuby 9.1.7.0, gem update --system, format the buildfile #138
Conversation
@smellsblue That did it. |
@smellsblue +r? |
@bundlerbot r+ |
📌 Commit 5dace94 has been approved by |
…gems, r=smellsblue Travis: JRuby 9.1.7.0, gem update --system, format the buildfile This PR fixes #137. - add whitespace to the file, to make it more readable - update JRuby to latest stable - add a `before_install` step to `gem update --system`
💔 Test failed - status-travis |
@olleolleolle hmmm, it looks like this change removed |
hmmm, except it seems to have worked fine for the GitHub Travis check... |
This was the thing that failed/failed to work:
|
@smellsblue But you're right, we should allow it to be almost-successful. |
@@ -5,4 +5,6 @@ AllCops: | |||
- bin/**/* | |||
- tmp/**/* | |||
- vendor/**/* | |||
- gemfiles/vendor/**/* | |||
- gemfiles/bin/**/* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do you think of combining these into just - gemfiles/**/*
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we're confident of the Gemfiles themselves, then sure.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
VERY little content: collapse it!
https://github.com/bundler/gemstash/blob/master/gemfiles/Gemfile.ruby-head
@bundlerbot r+ |
📌 Commit 671b7b7 has been approved by |
…gems, r=smellsblue Travis: JRuby 9.1.7.0, gem update --system, format the buildfile This PR fixes #137. - add whitespace to the file, to make it more readable - update JRuby to latest stable - add a `before_install` step to `gem update --system` - configure Rubocop to ignore `gemfiles/**/*` as well
☀️ Test successful - status-travis |
This PR fixes #137.
before_install
step togem update --system
gemfiles/**/*
as well