mirror of
https://github.com/jnunemaker/httparty
synced 2023-03-27 23:23:07 -04:00
8 lines
126 B
YAML
8 lines
126 B
YAML
language: ruby
|
|
rvm:
|
|
- 1.9.3
|
|
- 2.0
|
|
- 2.1
|
|
- 2.2
|
|
bundler_args: --without development
|
|
before_install: gem install bundler
|