travis: add ruby 2.5

This commit is contained in:
cn 2018-02-17 21:32:58 +01:00
parent 750f51d911
commit 092f012cb5
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
language: ruby
rvm:
- 2.5
- 2.4
- 2.3

View File

@ -8,6 +8,7 @@ IMPROVEMENTS:
- Better protocol compliance by returning `badauth` in response body on HTTP 401 errors
- Better code maintainability by refactorings
- Update dependencies, mainly `rack` to new major version 2
- Add Ruby 2.5 support
## 1.6.1 (October 31, 2017)