From c57c081ad244cf2469608cceaa51d21427108773 Mon Sep 17 00:00:00 2001 From: Anthony Dmitriyev Date: Tue, 5 Sep 2017 09:48:20 +0100 Subject: [PATCH] Update the bundler on Travis to the latest available version (#724) --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 90ca5356c8..d04c6237b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,8 @@ matrix: - rvm: jruby-head - rvm: rbx-2 fast_finish: true +before_install: + - gem update bundler script: bundle exec rspec spec notifications: email: