1
0
Fork 0
mirror of https://github.com/thoughtbot/capybara-webkit synced 2023-03-27 23:22:28 -04:00
capybara-webkit/.travis.yml
David Tengdin and Matthew Horan ab7a34dab5 Update appraisals for capybara 2.1
2013-02-25 21:24:37 -05:00

18 lines
320 B
YAML

language: ruby
rvm:
- 1.9.3
- 2.0.0
- rbx-19mode
matrix:
allow_failures:
- rvm: rbx-19mode
- rvm: 1.9.3
gemfile: gemfiles/2.1.gemfile
- rvm: 2.0.0
gemfile: gemfiles/2.1.gemfile
notifications:
email: false
script: xvfb-run rake
gemfile:
- gemfiles/2.0.gemfile
- gemfiles/2.1.gemfile