Skip to content

Commit

Permalink
Merge pull request rouge-ruby#892 from olleolleolle/fix-ruby-install
Browse files Browse the repository at this point in the history
Travis: gem install bundler before updating RubyGems
  • Loading branch information
dblessing committed Apr 10, 2018
2 parents c230251 + 1fa0cc5 commit a58789a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ cache:
bundler: true
bundler_args: --without development
before_install:
- gem install bundler
- gem update --system
- gem update bundler
script:
- bundle exec rake
- bundle exec rubocop

0 comments on commit a58789a

Please sign in to comment.