Horrible, horrible hack to re-bundle on the 1.9 build.
This commit is contained in:
parent
3619e5f4a1
commit
d46bf5f748
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue