From a39c2a1f19fdfd4710efd491e514c1b27e237858 Mon Sep 17 00:00:00 2001 From: Aboobacker MK Date: Sun, 29 Oct 2017 17:47:08 +0530 Subject: [PATCH] Fix build failure caused by bundler issue See more details here https://github.com/bundler/bundler/issues/3558 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 2745667..611d9ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ before_install: - wget -c https://github.com/coreos/etcd/releases/download/v2.0.0-rc.1/etcd-v2.0.0-rc.1-linux-amd64.tar.gz - tar -zxf etcd-v2.0.0-rc.1-linux-amd64.tar.gz + - gem update bundler - bundle install rvm: