mirror of
https://github.com/thoughtbot/capybara-webkit
synced 2023-03-27 23:22:28 -04:00
10 lines
145 B
YAML
10 lines
145 B
YAML
language: ruby
|
|
rvm:
|
|
- 1.9.3
|
|
- rbx-19mode
|
|
matrix:
|
|
allow_failures:
|
|
- rvm: rbx-19mode
|
|
notifications:
|
|
email: false
|
|
script: xvfb-run rake
|