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
Elliot Winkler 56ded0548d Add support for Ruby 2.2
Secondary author: Luciano Sousa <ls@lucianosousa.net>

Also, upgrade to rspec-rails 3.2.0 explicitly. (See
b7fe87ae91 for an explanation of why 3.2.0
is necessary here.)
2015-02-09 11:46:25 -07:00

26 lines
356 B
YAML

language: ruby
sudo: false
script: "bundle exec rake"
branches:
except:
- site
- gh-pages
rvm:
- 2.0.0
- 2.1.4
- 2.2.0
- rbx-19mode
- jruby-19mode
gemfile:
- gemfiles/4.0.0.gemfile
- gemfiles/4.0.1.gemfile
- gemfiles/4.1.gemfile
- gemfiles/4.2.gemfile
matrix:
allow_failures:
- rvm: rbx-19mode
- rvm: jruby-19mode