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