mirror of
https://github.com/jnunemaker/httparty
synced 2023-03-27 23:23:07 -04:00
Merge pull request #461 from mikeastock/ruby-2-3
Add Ruby 2.3 to Travis matrix
This commit is contained in:
commit
388209a9a0
1 changed files with 4 additions and 3 deletions
|
@ -1,8 +1,9 @@
|
|||
language: ruby
|
||||
rvm:
|
||||
- 1.9.3
|
||||
- 2.0
|
||||
- 2.1
|
||||
- 2.2
|
||||
- 2.0.0
|
||||
- 2.1.8
|
||||
- 2.2.4
|
||||
- 2.3.0
|
||||
bundler_args: --without development
|
||||
before_install: gem install bundler
|
||||
|
|
Loading…
Reference in a new issue