1
0
Fork 0
mirror of https://github.com/jnunemaker/httparty synced 2023-03-27 23:23:07 -04:00
httparty/.travis.yml
Théophile Helleboid - chtitux d84a05b69e Add Ruby 2.6 compatibility and tests (#636)
On ruby/ruby@660740a75d , some status
codes have been updated.
Add aliases so old names can still be used with ruby >= 2.6
2019-01-21 16:33:26 +03:00

11 lines
164 B
YAML

language: ruby
rvm:
- 2.0.0
- 2.1.10
- 2.2.10
- 2.3.8
- 2.4.5
- 2.5.3
- 2.6.0
bundler_args: --without development
before_install: gem install bundler