mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
Exclude Ruby 2.0 and 2.1 from Rails 5.0 jobs in Travis CI
This commit is contained in:
parent
8e42ee1e0d
commit
3d7692483d
1 changed files with 7 additions and 0 deletions
|
@ -19,3 +19,10 @@ gemfile:
|
||||||
- gemfiles/4.1.gemfile
|
- gemfiles/4.1.gemfile
|
||||||
- gemfiles/4.2.gemfile
|
- gemfiles/4.2.gemfile
|
||||||
- gemfiles/5.0.gemfile
|
- gemfiles/5.0.gemfile
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
exclude:
|
||||||
|
- rvm: 2.0
|
||||||
|
gemfile: gemfiles/5.0.gemfile
|
||||||
|
- rvm: 2.1
|
||||||
|
gemfile: gemfiles/5.0.gemfile
|
||||||
|
|
Loading…
Reference in a new issue