mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
56ded0548d
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.)
26 lines
356 B
YAML
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
|