From d46bf5f7484fd1d82bf225b476e9eb6910c0726f Mon Sep 17 00:00:00 2001 From: Sarah Mei Date: Sat, 3 Sep 2011 17:24:02 -0700 Subject: [PATCH] Horrible, horrible hack to re-bundle on the 1.9 build. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 54dc61055..4eba2f3a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ rvm: before_script: - ruby -e "system('rm Gemfile.lock') if RUBY_VERSION.include?('1.9')" + - ruby -e "system('bundle install') if RUBY_VERSION.include?('1.9')" - "sudo aptitude -q -y install firefox" - "sudo cp config/ci/xvfb /etc/init.d/xvfb" - "sh -e /etc/init.d/xvfb start"