Horrible, horrible hack to re-bundle on the 1.9 build.

This commit is contained in:
Sarah Mei 2011-09-03 17:24:02 -07:00
parent 3619e5f4a1
commit d46bf5f748

View file

@ -5,6 +5,7 @@ rvm:
before_script: before_script:
- ruby -e "system('rm Gemfile.lock') if RUBY_VERSION.include?('1.9')" - 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 aptitude -q -y install firefox"
- "sudo cp config/ci/xvfb /etc/init.d/xvfb" - "sudo cp config/ci/xvfb /etc/init.d/xvfb"
- "sh -e /etc/init.d/xvfb start" - "sh -e /etc/init.d/xvfb start"