mirror of
https://github.com/teampoltergeist/poltergeist.git
synced 2022-11-09 12:05:00 -05:00
15 lines
250 B
YAML
15 lines
250 B
YAML
before_script:
|
|
- "export DISPLAY=:99.0"
|
|
- "sh -e /etc/init.d/xvfb start"
|
|
rvm:
|
|
- 1.9.3
|
|
- 1.9.2
|
|
- 1.8.7
|
|
- rbx-18mode
|
|
gemfile:
|
|
- Gemfile
|
|
- ci/Gemfile.capybara1-0
|
|
- ci/Gemfile.capybara1-1
|
|
matrix:
|
|
allow_failures:
|
|
- rvm: rbx-18mode
|