mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
Run tests against the latest versions of Ruby 2.1 and 2.2 on travis
This commit is contained in:
parent
c38119c6f9
commit
353123cbe4
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue