1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00
teamcapybara--capybara/.travis.yml
Jo Liss 440d0e1250 Remove submodule update in .travis.yml
Travis does this automatically now.
2012-04-24 14:56:04 +02:00

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