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

19 lines
320 B
YAML
Raw Normal View History

2012-11-09 21:13:56 -05:00
language: ruby
rvm:
- 1.9.3
2013-02-25 11:33:59 -05:00
- 2.0.0
2012-11-19 00:30:41 -05:00
- rbx-19mode
matrix:
allow_failures:
- rvm: rbx-19mode
2013-02-25 17:40:26 -05:00
- rvm: 1.9.3
gemfile: gemfiles/2.1.gemfile
- rvm: 2.0.0
gemfile: gemfiles/2.1.gemfile
2012-11-09 21:13:56 -05:00
notifications:
email: false
script: xvfb-run rake
2013-02-25 17:40:26 -05:00
gemfile:
- gemfiles/2.0.gemfile
- gemfiles/2.1.gemfile