1
0
Fork 0
mirror of https://github.com/thoughtbot/shoulda-matchers.git synced 2022-11-09 12:01:38 -05:00
thoughtbot--shoulda-matchers/.travis.yml
2012-05-11 17:51:05 -04:00

18 lines
236 B
YAML

rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- ree
- rbx-18mode
- jruby
script: "bundle exec rake spec cucumber"
gemfile:
- gemfiles/3.0.gemfile
- gemfiles/3.1.gemfile
matrix:
allow_failures:
- rvm: rbx-18mode
- rvm: jruby