From fad049cd57ae21fd659a1aa73e3b1473a7e9ace3 Mon Sep 17 00:00:00 2001 From: Carlos Agarie Date: Sat, 8 Feb 2014 17:01:26 -0200 Subject: [PATCH] Updating Travis CI rubies --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index a80d649..e1f8412 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: ruby rvm: - - "1.9.2" - - "1.9.3" - - jruby-19mode # JRuby in 1.9 mode + - 1.9.3 + - 2.0 + - 2.1 - rbx # uncomment this line if your project needs to run something other than `rake`: # script: bundle exec rspec spec