Skip to content

Commit

Permalink
Install latest RubyGems on Travis
Browse files Browse the repository at this point in the history
Related to recent build failures and rubygems/rubygems#1819
  • Loading branch information
dentarg authored Feb 7, 2017
1 parent 780e6f2 commit 864c254
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ matrix:
fast_finish: true

before_install:
- gem update --system
- gem --version
- gem install bundler

notifications:
Expand Down

0 comments on commit 864c254

Please sign in to comment.