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
1 changed files with 2 additions and 1 deletions

View File

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