Skip to content

Commit

Permalink
Merge pull request #17 from ChaosSteffen/master
Browse files Browse the repository at this point in the history
Add Travis tests for Ruby 2.4
  • Loading branch information
nashby committed Jul 27, 2017
2 parents 0a29247 + c33541f commit 9c74e2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -7,5 +7,6 @@ rvm:
- 2.1
- 2.2
- 2.3.3
- 2.4.1

script: "bundle exec rake test"
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -31,7 +31,7 @@ XXH64 is also supported: you can use `xxh64` and `xxh64_stream`.

### Supported Ruby versions

- MRI 1.9.3, 2.0, 2.1, 2.2 & 2.3.
- MRI 1.9.3, 2.0, 2.1, 2.2, 2.3.3, 2.4.1
- rbx-19mode

Note: It doesn't work on JRuby as it uses C extension.
Expand Down

0 comments on commit 9c74e2a

Please sign in to comment.