Upgrade bundler for our Travis build

This commit is contained in:
R. Tyler Croy 2015-09-28 11:12:33 -07:00
parent 8422e82125
commit 0ad9be88f0
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,11 @@ rvm:
- 1.9.3
- jruby
- ree
# upgrading bundler since our gemspec relying on lib/hermann_jars.rb being
# present causes troubles with bundler .17.x
before_install:
- gem install bundler -N --version ">= 1.8.0"
#deploy:
# provider: rubygems
# gemspec: hermann.gemspec