From a363fa31ae25d4a06ea50dd81bd7f0dd58424931 Mon Sep 17 00:00:00 2001 From: Brandon Hilkert Date: Sun, 27 Jan 2013 15:11:43 -0500 Subject: [PATCH] Update Travis config to not rely on dev env to try and resolve the bundle install issues. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f3d8e7e0..1c719cd5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: ruby +bundler_args: --without development rvm: - 1.9.3 - jruby-19mode