Test against Ruby 2.0

This commit is contained in:
Mitchell Hashimoto 2013-12-01 22:54:16 -08:00
parent e9184ed6f9
commit 88bb0a3949
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@ before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq -y bsdtar
rvm:
- 1.9.3
- 2.0.0
script: rake test:unit