Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Update bundler before installing gems
Browse files Browse the repository at this point in the history
The default bundler included in Travis CI Ruby environments is too old
and contains a bug that triggers a failure and prevents testing.

Refs: rubygems/bundler#3558 travis-ci/travis-ci#3531
  • Loading branch information
miketheman committed Nov 13, 2015
1 parent 61a3d15 commit 9b14930
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ rvm:
script: bundle exec rake
before_install:
- gem update --system
- gem install bundler
services:
- redis-server

0 comments on commit 9b14930

Please sign in to comment.