Skip to content

Commit

Permalink
Use latest bundler version on CI
Browse files Browse the repository at this point in the history
as we ran into rubygems/bundler#3558
on older ruby versions on TravisCI
  • Loading branch information
janraasch committed Nov 10, 2015
1 parent 28b8040 commit 5dee83b
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 @@ -7,6 +7,7 @@ rvm:
before_install:
- openssl aes-256-cbc -k "$SECRET_STUFF" -in config/travis-ci4myself-1293b40af30d.p12.enc -out config/travis-ci4myself-1293b40af30d.p12 -d -a
- gem update --system
- gem install bundler
install: bundle install
script: bundle exec rake build
env:
Expand Down

0 comments on commit 5dee83b

Please sign in to comment.