Skip to content

Commit

Permalink
Merge pull request savonrb#736 from antstorm/update-ruby-version
Browse files Browse the repository at this point in the history
Test against ruby 2.3
  • Loading branch information
tjarratt committed Jan 15, 2016
2 parents 8da1f3c + 9731ded commit 07f3614
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ rvm:
- 2.0
- 2.1
- 2.2
- 2.3.0
- jruby
- rbx-2
matrix:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $ gem install savon
or add it to your Gemfile like this:

```
gem 'savon', '~> 2.10.0'
gem 'savon', '~> 2.11.0'
```

## Usage example
Expand Down

0 comments on commit 07f3614

Please sign in to comment.