1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Travis: Use latest bundler (#1410)

This commit is contained in:
Olle Jonsson 2017-09-15 09:59:10 +02:00 committed by Nate Berkopec
parent cdb0547dae
commit c50cea2fd4

View file

@ -6,7 +6,7 @@ cache: bundler
before_install:
# bundler installation needed for jruby-head
# https://github.com/travis-ci/travis-ci/issues/5861
- gem install bundler -v 1.11.2
- gem install bundler
script: "TESTOPTS=-v bundle exec rake"
branches:
only: