Skip to content

Commit

Permalink
Don't test Rack 1.4, since we won't use it.
Browse files Browse the repository at this point in the history
Also don't test Rack master on 1.9.3, since they've dropped support.
  • Loading branch information
Zachary Scott committed Jun 19, 2015
1 parent 83b06c0 commit 099de71
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -17,9 +17,7 @@ sudo: false

matrix:
include:
- { rvm: 1.9.3, env: rack=1.4.0 }
- { rvm: 1.8.7, env: tilt=master }
- { rvm: 1.9.3, env: rack=master }
- { rvm: 1.9.3, env: tilt=master }
- { rvm: 2.2, env: rack=master }
- { rvm: 2.2, env: tilt=master }
Expand Down

0 comments on commit 099de71

Please sign in to comment.