Skip to content

Commit

Permalink
Merge pull request #332 from yui-knk/add_exclude_to_travis
Browse files Browse the repository at this point in the history
Excludes "Ruby(1.9 - 2.1) * Rails master" from test cases
  • Loading branch information
radar authored Nov 1, 2016
2 parents ea63d74 + 872caf3 commit 7a74af1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ gemfile:
- gemfiles/Gemfile.rails-master

matrix:
exclude:
- rvm: 1.9.3
gemfile: gemfiles/Gemfile.rails-master
- rvm: 2.0.0
gemfile: gemfiles/Gemfile.rails-master
- rvm: 2.1
gemfile: gemfiles/Gemfile.rails-master
allow_failures:
- rvm: 2.2
- rvm: rbx
Expand Down

0 comments on commit 7a74af1

Please sign in to comment.