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
4055b7d8d1
commit
2b81488002
1 changed files with 12 additions and 0 deletions
12
rack-protection/.travis.yml
Normal file
12
rack-protection/.travis.yml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
---
|
||||||
|
rvm:
|
||||||
|
- 1.8.7
|
||||||
|
- 1.9.2
|
||||||
|
- 1.9.3
|
||||||
|
- rbx
|
||||||
|
- rbx-2.0
|
||||||
|
- jruby
|
||||||
|
- ruby-head
|
||||||
|
notifications:
|
||||||
|
recipients:
|
||||||
|
- k.haase@finn.de
|
Loading…
Reference in a new issue