From 622b8011db71188b3a245fd94d71321aac2dd2ac Mon Sep 17 00:00:00 2001 From: Justin Li Date: Mon, 21 Mar 2016 10:35:31 -0400 Subject: [PATCH] Install latest bundler on travis --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 31cec879..09ab7fb5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,10 @@ matrix: allow_failures: - rvm: jruby-head +before_install: + - gem update --system + - gem install bundler --pre + script: "bundle exec rake" notifications: