From e543e818fb63d938e56c131b4a2b81ffb206f620 Mon Sep 17 00:00:00 2001 From: Stephen Sykes Date: Thu, 12 Jun 2014 11:10:12 +0300 Subject: [PATCH] Adds ruby 2.1 to travis matrix --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 95071c7..16b84aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,5 +4,6 @@ rvm: - 1.9.2 - 1.9.3 - 2.0.0 + - 2.1.2 # uncomment this line if your project needs to run something other than `rake`: # script: bundle exec rspec spec \ No newline at end of file