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:
parent
60f333d60a
commit
13a9a33652
1 changed files with 15 additions and 0 deletions
15
.travis.yml
Normal file
15
.travis.yml
Normal 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'
|
Loading…
Reference in a new issue