Skip to content

Commit

Permalink
test against latest rubies
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Jun 6, 2018
1 parent fe32476 commit 3d90abf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Expand Up @@ -2,11 +2,11 @@ language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.6
- 2.2.2
- 2.3.0
- 2.3.1
- ruby-2.4.0-preview2
- 2.1.10
- 2.2.10
- 2.3.7
- 2.4.4
- 2.5.1
- ruby-head
- rbx-2
- 1.8.7
Expand Down
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -37,7 +37,7 @@ Todos:
get some documentation in the directory +doc+ (see +index.html+ there).

* Cover more rubies.
* \[✔✔✔✔] tested on MRI (1.9.3, 2.0.0, 2.1.5, 2.2, 2.3.1, 2.4.0-preview2).
* \[✔✔✔✔] tested on MRI (1.9.3, 2.0.0, 2.1.10, 2.2.10, 2.3.7, 2.4.4 and 2.5.1).
* (\[✔] There now also is some basic MRI 1.8.7 compatibility, however 1.8.7 does not support differentiation between byte and text strings.)
* \[✔] tested on Rubinius 2.4.1.
* \[_] Publish the pure-ruby version and make it work the same way on JRuby.
Expand Down

0 comments on commit 3d90abf

Please sign in to comment.