Skip to content

Commit

Permalink
Update rubygems and bundler to work around a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
bquorning committed Dec 21, 2015
1 parent 7211ca2 commit 464435a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ gemfile:
- gemfiles/ar_42.gemfile
bundler_args: --no-deployment
script: "bundle exec rake test"
before_install:
- gem update --system
- gem update bundler
- gem --version
- bundle --version

0 comments on commit 464435a

Please sign in to comment.