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

19 lines
236 B
YAML
Raw Normal View History

2011-09-12 06:48:27 -04:00
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- ree
2012-03-02 10:09:19 -05:00
- rbx-18mode
2011-09-12 06:48:27 -04:00
- jruby
script: "bundle exec rake spec cucumber"
gemfile:
- gemfiles/3.0.gemfile
- gemfiles/3.1.gemfile
matrix:
allow_failures:
- rvm: rbx-18mode
- rvm: jruby