mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
19 lines
261 B
YAML
19 lines
261 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
|
|
- gemfiles/3.2.gemfile
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- rvm: rbx-18mode
|
|
- rvm: jruby
|