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 558d1fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion moduleroot/.travis.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ addons:
<%- end -%>
<%- end -%>
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 558d1fb

Please sign in to comment.