Run tests against the latest versions of Ruby 2.1 and 2.2 on travis

This commit is contained in:
deepj 2015-01-05 22:18:45 +01:00 committed by Kostas Karachalios
parent c38119c6f9
commit 353123cbe4

View file

@ -2,7 +2,8 @@ language: ruby
rvm: rvm:
- 1.9.3 - 1.9.3
- 2.0.0 - 2.0.0
- 2.1.0 - 2.1
- 2.2
script: "bundle exec rake" script: "bundle exec rake"
gemfile: gemfile:
- Gemfile - Gemfile