Skip to content

Commit

Permalink
Rack 2.0.1 requires Ruby >= 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bwillis committed Aug 12, 2016
1 parent 03405c6 commit b99f11b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ rvm:
- 2.0.0
- 2.1.0
- 2.2.0
- 2.2.2
- ruby-head

gemfile:
Expand All @@ -29,6 +30,14 @@ matrix:
gemfile: gemfiles/rails4.2.gemfile
- rvm: 1.9.2
gemfile: gemfiles/rails5.0.gemfile
- rvm: 1.9.3
gemfile: gemfiles/rails5.0.gemfile
- rvm: 2.0.0
gemfile: gemfiles/rails5.0.gemfile
- rvm: 2.1.0
gemfile: gemfiles/rails5.0.gemfile
- rvm: 2.2.0
gemfile: gemfiles/rails5.0.gemfile

allow_failures:
- rvm: ruby-head

0 comments on commit b99f11b

Please sign in to comment.