1
0
Fork 0
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:
Gui Albuk 2017-04-19 13:23:14 -03:00 committed by Elliot Winkler
parent 8e42ee1e0d
commit 3d7692483d

View file

@ -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