mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
Merge pull request #918 from joshk/patch-1
Use the new Docker queue on Travis
This commit is contained in:
commit
0f3e50439c
1 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
---
|
||||
language: ruby
|
||||
|
||||
rvm:
|
||||
- 1.8.7
|
||||
- 1.9.2
|
||||
|
@ -9,6 +11,9 @@ rvm:
|
|||
- jruby
|
||||
- jruby-head
|
||||
- ruby-head
|
||||
|
||||
sudo: false
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- { rvm: 1.9.3, env: rack=1.4.0 }
|
||||
|
|
Loading…
Reference in a new issue