-
-
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
Merged
bundlerbot
merged 5 commits into
rubygems:master
from
olleolleolle:fix/build-on-jruby-with-latest-rubygems
Jan 31, 2017
Merged
Changes from 4 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
5dace94
Travis: gem update --sytem, format buildfile
olleolleolle 8ca5078
Travis: Keep formatting the YAML file
olleolleolle 835952b
Rubocop: Avoid nested vendor folder, too
olleolleolle 7c755fa
Rubocop: ignore gemfile/bin/**/*
olleolleolle 671b7b7
Update .rubocop.yml
olleolleolle File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,6 @@ AllCops: | |
- bin/**/* | ||
- tmp/**/* | ||
- vendor/**/* | ||
- gemfiles/vendor/**/* | ||
- gemfiles/bin/**/* | ||
DisplayCopNames: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,30 @@ | ||
language: ruby | ||
matrix: | ||
allow_failures: | ||
- rvm: ruby-head | ||
gemfile: 'gemfiles/Gemfile.ruby-head' | ||
- rvm: ruby-head | ||
gemfile: 'gemfiles/Gemfile.ruby-head' | ||
include: | ||
- rvm: jruby-9.1.6.0 | ||
env: JRUBY_OPTS="$JRUBY_OPTS -J-Xmx1536m -J-XX:MaxPermSize=192m" | ||
rvm: | ||
- 2.0 | ||
- 2.1 | ||
- 2.2 | ||
- 2.3.3 | ||
- 2.4.0 | ||
- ruby-head | ||
- rvm: 2.0 | ||
- rvm: 2.1 | ||
- rvm: 2.2 | ||
- rvm: 2.3.3 | ||
- rvm: 2.4.0 | ||
- rvm: ruby-head | ||
gemfile: 'gemfiles/Gemfile.ruby-head' | ||
- rvm: jruby-9.1.7.0 | ||
env: JRUBY_OPTS="$JRUBY_OPTS -J-Xmx1536m -J-XX:MaxPermSize=192m" | ||
|
||
bundler_args: "--binstubs --jobs=3 --retry=3" | ||
before_install: gem install bundler | ||
|
||
before_install: | ||
- gem update --system | ||
- gem install bundler | ||
|
||
cache: bundler | ||
|
||
script: | ||
- bundle exec rake spec | ||
- bundle exec rake spec | ||
|
||
notifications: | ||
slack: | ||
secure: zRaFU5A0xPyaxafC4OeGIin/3WPMaFnhSF+NdN2+rpDg1pGo4j/Gdpw2lBljY5W7pK3DzzvNdJlK8F3LkDnFj0F3ox595Pq6cr0kYQP5u7WAv9cBm/Em1Q64++zn04Z2bRFwiTmz61uFQB2SFEuj3ti1BGcDSFXQwzqNZ0V1M4VGn19WEB2rUttvb286jSRHFsGaEUzMP7hXVzdP1iK8rI9nwN5h7uFoT5oz2yeYPExYu/d4j6Jp0gS3LJdtqkGdr1JNQbI4MDvm8mrAXfwG48QUS4ibFm3vOb4iZGRPJn42jDYFdegJfUMFU+Voexsf8epORg0UecLqKFst0c+A6PHY7oz24sSG+e5ZOZdIVudKUoW33t4dudiLq9YbdEgkBm6l8vC07HoJL6sfmCE2n1E+SkwTxa8tCxxWdXh05EIStkncmVNob92B8/9PUvfZRqInlCRQClNVrx+6Ehp6XQE6XWwR2WLJZCM+tWaRh/etfK5lnp4yX98zwzoMx5O1lmmTm6JYJ/9ZyRj6lhiDSL+P09EcnkQLGQ5o6c+uIwqg5cMpW/6VM3DNNsR98lekt+Ah/s6x7dc0k3YwFrU+yxmEyPgEqqMCWh7Ba7BjgDgU3d63iLiffbNJ7Ea1wl5VLTLsjR78AoF0WiAP/eyRdJvBe9sdS14YIV2Ua3sBosA= |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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