From 7972ad709f3c3dbdbc61e3d01637263dcd5e5d7c Mon Sep 17 00:00:00 2001 From: "Peter M. Goldstein" Date: Mon, 7 Dec 2015 00:16:48 -0800 Subject: [PATCH] Update bundler before install --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 12713439..36c295bb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,7 @@ matrix: - rvm: rbx-2 env: JRUBY_OPTS='--1.9' before_install: + - gem install bundler - sudo apt-get -y remove memcached - echo "yes" | sudo add-apt-repository ppa:travis-ci/memcached-sasl - sudo apt-get update