From b58beb75fb9d2cb85d67f79cc31c8a3ecb62d2fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= <me@jhass.eu> Date: Wed, 25 Mar 2015 00:53:07 +0100 Subject: [PATCH] Update bundler on CI --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 3091124a67..56e74410e1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,7 @@ branches: - 'master' - 'develop' +before_install: gem install bundler bundler_args: "--without development production heroku --jobs 3 --retry 3" script: "./script/ci/build.sh" -- GitLab