mirror of
https://github.com/jnunemaker/httparty
synced 2023-03-27 23:23:07 -04:00
Add more ruby versions to matrix
This commit is contained in:
parent
16f825e37e
commit
3fe80ebfc4
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
||||||
language: ruby
|
language: ruby
|
||||||
rvm:
|
rvm:
|
||||||
- 1.9.3
|
- 1.9.3
|
||||||
- 2.0.0
|
- 2.0
|
||||||
|
- 2.1
|
||||||
|
- 2.2
|
||||||
bundler_args: --without development
|
bundler_args: --without development
|
||||||
before_install: gem install bundler
|
before_install: gem install bundler
|
||||||
|
|
Loading…
Reference in a new issue