From c50cea2fd4121e25a7ea21a0a796d71b1e0f0097 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Fri, 15 Sep 2017 09:59:10 +0200 Subject: [PATCH] Travis: Use latest bundler (#1410) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d6233395..958d1563 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: