Test against Ruby 2.0
This commit is contained in:
parent
e9184ed6f9
commit
88bb0a3949
|
@ -3,5 +3,5 @@ before_install:
|
||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
- sudo apt-get install -qq -y bsdtar
|
- sudo apt-get install -qq -y bsdtar
|
||||||
rvm:
|
rvm:
|
||||||
- 1.9.3
|
- 2.0.0
|
||||||
script: rake test:unit
|
script: rake test:unit
|
||||||
|
|
Loading…
Reference in New Issue