Add a remove of Gemfile.lock for the 1.9 build.
This commit is contained in:
parent
45ffd99c11
commit
3619e5f4a1
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue