mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
add travis config
This commit is contained in:
parent
dfbe9f40c8
commit
6b4c727bc3
1 changed files with 21 additions and 0 deletions
21
.travis.yml
Normal file
21
.travis.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
rvm:
|
||||
- 1.8.7
|
||||
- 1.9.2
|
||||
- rbx
|
||||
- rbx-2.0
|
||||
- ree
|
||||
- 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"
|
||||
notifications:
|
||||
recipients:
|
||||
- k.haase@finn.de
|
Loading…
Reference in a new issue