1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

added travis build config

This commit is contained in:
Jonas Nicklas 2011-11-06 14:16:54 +02:00
parent 60f333d60a
commit 13a9a33652

15
.travis.yml Normal file
View file

@ -0,0 +1,15 @@
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'