From 3e5ff2871d994bd50fbbeab1a96755fa53c7ed5e Mon Sep 17 00:00:00 2001 From: Dzmitry Plashchynski Date: Fri, 24 Jun 2016 02:16:24 +0300 Subject: [PATCH] Add ruby 2.3 to test on Travis --- .travis.yml | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4bdb7cc..9432218 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ rvm: - 2.0.0 - 2.1.7 - 2.2.3 + - 2.3.1 notifications: webhooks: urls: diff --git a/README.md b/README.md index 45ec41a..bb4ea58 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Currently there is no such thing as Ruby Cron for Rails. Well, there's [Whenever ## Requirements -Tested with latest MRI Ruby (2.2, 2.1 and 2.0) and Rails 3.2+ +Tested with latest MRI Ruby (2.3, 2.2, 2.1 and 2.0) and Rails 3.2+ Other versions are untested but might work fine.