From 3619e5f4a17f237643ef02bb15c7787643d8c3e2 Mon Sep 17 00:00:00 2001 From: Sarah Mei Date: Sat, 3 Sep 2011 17:15:25 -0700 Subject: [PATCH] Add a remove of Gemfile.lock for the 1.9 build. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 3be078dbb..54dc61055 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ rvm: - 1.9.2 before_script: + - ruby -e "system('rm Gemfile.lock') 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"