Skip to content

Commit

Permalink
Ensure bundler is up to date for travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
Russell Osborne committed Mar 20, 2016
1 parent aa7a644 commit b57e663
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -6,6 +6,9 @@ rvm:
- 2.0.0
- 2.2.3
- ruby-head
before_install:
- gem update --system
- gem install bundler --pre
matrix:
allow_failures:
- rvm: ruby-head

0 comments on commit b57e663

Please sign in to comment.