Skip to content

Commit

Permalink
Add before_install entries to update rubygems/bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
oreoshake committed Jul 29, 2015
1 parent 9a5ef38 commit 7469a7b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@ rvm:

sudo: false
cache: bundler

before_install:
- gem update --system $RUBYGEMS_VERSION
- gem --version
- gem install bundler
- bundle --version

0 comments on commit 7469a7b

Please sign in to comment.