Skip to content

Commit

Permalink
test against ruby-2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
infused committed Jan 17, 2018
1 parent 845a292 commit 86f706e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions .travis.yml
@@ -1,12 +1,13 @@
language: ruby
sudo: false
rvm:
- 2.4.2
- 2.3.5
- 2.2.6
- 2.1.10
- 2.0.0
- jruby-9.1.13.0
- 2.5.0
- 2.4.2
- 2.3.5
- 2.2.6
- 2.1.10
- 2.0.0
- jruby-9.1.13.0
branches:
only:
- master
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -21,7 +21,7 @@ NOTE: beginning with version 3 we have dropped support for Ruby 1.8 and 1.9. If

DBF is tested to work with the following versions of Ruby:

* MRI Ruby 2.0.x, 2.1.x, 2.2.x, 2.3.x, 2.4.x
* MRI Ruby 2.0.x, 2.1.x, 2.2.x, 2.3.x, 2.4.x, 2.5.x
* JRuby 1.7.x

## Installation
Expand Down

0 comments on commit 86f706e

Please sign in to comment.