Use the new Docker queue on Travis

Because I said so!
This commit is contained in:
Josh Kalderimis 2014-08-22 15:53:18 +02:00
parent 39ce4ebaf9
commit 573c1eeabe
1 changed files with 5 additions and 0 deletions

View File

@ -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 }