mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
440d0e1250
Travis does this automatically now.
20 lines
409 B
YAML
20 lines
409 B
YAML
rvm:
|
|
- 1.8.7
|
|
- 1.9.2
|
|
- 1.9.3
|
|
- ree
|
|
- jruby
|
|
- rbx-18mode
|
|
gemfile:
|
|
- Gemfile
|
|
- gemfiles/Gemfile.base-versions
|
|
matrix:
|
|
exclude:
|
|
# Nokogiri 1.3.3 is not compatible with Rubinius or JRuby
|
|
- gemfile: gemfiles/Gemfile.base-versions
|
|
rvm: rbx-18mode
|
|
- gemfile: gemfiles/Gemfile.base-versions
|
|
rvm: jruby
|
|
before_script:
|
|
- sh -e /etc/init.d/xvfb start
|
|
- export DISPLAY=:99.0
|