mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
do not combine different tilt version with different rack versions of travis for now
This commit is contained in:
parent
6b4c727bc3
commit
fb355b68c2
1 changed files with 4 additions and 9 deletions
13
.travis.yml
13
.travis.yml
|
@ -7,15 +7,10 @@ rvm:
|
|||
- jruby
|
||||
- ruby-head
|
||||
env:
|
||||
- "rack=1.3.0 tilt=1.3.0"
|
||||
- "rack=1.3.1 tilt=1.3.0"
|
||||
- "rack=master tilt=1.3.0"
|
||||
- "rack=1.3.0 tilt=1.3.1"
|
||||
- "rack=1.3.1 tilt=1.3.1"
|
||||
- "rack=master tilt=1.3.1"
|
||||
- "rack=1.3.0 tilt=master"
|
||||
- "rack=1.3.1 tilt=master"
|
||||
- "rack=master tilt=master"
|
||||
- "rack=1.3.0"
|
||||
- "rack=master"
|
||||
- "tilt=1.3.2"
|
||||
- "tilt=master"
|
||||
notifications:
|
||||
recipients:
|
||||
- k.haase@finn.de
|
||||
|
|
Loading…
Reference in a new issue