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
Jonas Nicklas c81eea7c7a Don't build on 1.9.2 either
Who still uses that?
2013-02-26 00:20:14 +01:00

24 lines
530 B
YAML

language: ruby
rvm:
- 1.9.3
- 2.0.0
- jruby-19mode
- rbx-19mode
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-19mode
- gemfile: gemfiles/Gemfile.base-versions
rvm: jruby-19mode
allow_failures:
- gemfile: Gemfile
rvm: rbx-19mode
- gemfile: Gemfile
rvm: jruby-19mode
before_script:
- sh -e /etc/init.d/xvfb start
- export DISPLAY=:99.0