From f9fe079aeada22026b9f96316f2f5d45367e956d Mon Sep 17 00:00:00 2001 From: Joe Kutner Date: Sat, 17 Aug 2013 13:11:21 -0500 Subject: [PATCH] trying to get the travis build fixed by using a new bundler version --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 399edb37..c96a2708 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,3 +23,4 @@ notifications: on_failure: always template: - "%{repository} (%{branch}:%{commit} by %{author}): %{message} (%{build_url})" +before_install: gem install bundler --pre