Skip to content

Commit

Permalink
Update ruby/bundler during travis runs
Browse files Browse the repository at this point in the history
This relates to a number of issues:
rubygems/rubygems#2123
Starkast/wikimum@569b0ca
  • Loading branch information
bastelfreak committed Apr 28, 2018
1 parent f3dc0b5 commit eff8dad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion moduleroot/.travis.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@ addons:
<%- end -%>
<%- end -%>
<%- end -%>
# related to https://github.com/rubygems/rubygems/issues/2123
before_install:
- rm -f Gemfile.lock
- 'rm -f Gemfile.lock'
- 'gem update --system'
- 'gem install bundler'
script:
- 'bundle exec rake $CHECK'
matrix:
Expand Down

0 comments on commit eff8dad

Please sign in to comment.