diff --git a/.travis.yml b/.travis.yml index 5c58ca7..24bd30e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ rvm: - 2.1 - 2.2 - 2.3.0 +- 2.4.1 notifications: email: recipients: @@ -30,4 +31,5 @@ deploy: rvm: 2.1 rvm: 2.2 rvm: 2.3.0 + rvm: 2.4.1 repo: sensu-plugins/sensu-plugins-io-checks diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d0883e..1c0bfd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,11 @@ -#Change Log +# Change Log This project adheres to [Semantic Versioning](http://semver.org/). This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/) ## [Unreleased] +### Added +- ruby 2.4 testing (@majormoses) ## [1.0.1] - 2017-0702 ### Fixed