From c23a2cdc5c12b0c3fdcfbfd8974e7a5fbc50071c Mon Sep 17 00:00:00 2001
From: Jonne Hass <mrzyx@mrzyx.de>
Date: Sun, 11 Dec 2011 03:43:56 +0100
Subject: [PATCH] bundler pre is faster, so use it again

---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index ae8433eea8..68cd2439a4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,6 +11,7 @@ env:
   - DB=postgres BUILD_TYPE=other
   - DB=mysql BUILD_TYPE=other
 
+before_install: gem install bundler --pre
 bundler_args: "--without development production"
 before_script: "./config/ci/before-travis.sh"
 script: "bundle exec rake travis"
-- 
GitLab