From c33541f88f44f54dd75d13d60c66f7ccc209848f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffen=20Schr=C3=B6der?= Date: Thu, 20 Jul 2017 14:32:12 +0200 Subject: [PATCH] test against ruby 2.4.1 --- .travis.yml | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 51f45c0..855572a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,5 +7,6 @@ rvm: - 2.1 - 2.2 - 2.3.3 + - 2.4.1 script: "bundle exec rake test" diff --git a/README.md b/README.md index 04fa8ca..3b42357 100644 --- a/README.md +++ b/README.md @@ -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.