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
Erik Michaels-Ober 0b9763dbf7 Don't test REE [ci skip]
Ruby Enterprise Edition has reached its end of life and should be fully
compatible with MRI 1.8.7. Testing on both is wasting resources. See:
http://blog.phusion.nl/2012/02/21/ruby-enterprise-edition-1-8-7-2012-02-released-end-of-life-imminent/
2012-12-03 08:26:13 -08:00

27 lines
486 B
YAML

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