From 58e15ff3c7b481a96dd6f7bb1e68291008a221bf Mon Sep 17 00:00:00 2001 From: dtaniwaki Date: Tue, 29 Dec 2015 02:09:22 +0900 Subject: [PATCH] Use newest bundler in travis CI --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 46cfe05..58c59e4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,9 @@ rvm: - 2.1 - 2.2 +install: + - sh -c "gem install bundler" + env: - - RACK_VERSION=1.1.0