From 88bb0a39494c596fd7128b5e320a052c3055e0f4 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 1 Dec 2013 22:54:16 -0800 Subject: [PATCH] Test against Ruby 2.0 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f96214906..6aa726c48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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