From 329ff4f798bfe690ab5ca1f61a01e786681e9ca6 Mon Sep 17 00:00:00 2001 From: Dan Kubb Date: Fri, 20 Dec 2013 23:25:53 -0800 Subject: [PATCH] Add ruby 2.1.0-rc1 to the list of rubies for travis to test --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 6393f8a..705b2b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ script: "bundle exec rake ci:metrics" rvm: - 1.9.3 - 2.0.0 + - 2.1.0-rc1 - ruby-head - rbx matrix: