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
2011-11-06 14:16:54 +02:00

15 lines
202 B
YAML

rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- ruby-head
- ree
- jruby
- rbx
- rbx-2.0
before_script:
- 'sh -e /etc/init.d/xvfb start'
before_install:
- 'git submodule update --init'
env:
- DISPLAY=':99.0'