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

20 lines
420 B
YAML
Raw Normal View History

language: ruby
2011-11-06 14:16:54 +02:00
rvm:
2012-01-26 15:49:43 +01:00
- 1.9.3
2013-02-25 01:14:31 +03:00
- 2.0.0
2012-09-10 00:57:31 +02:00
- 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
2011-11-06 14:16:54 +02:00
before_script:
- sh -e /etc/init.d/xvfb start
- export DISPLAY=:99.0