We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ab4dba commit 8be13f6Copy full SHA for 8be13f6
.travis.yml
@@ -8,6 +8,7 @@ rvm:
8
- 2.1
9
- 2.2
10
- 2.3.0
11
+- 2.4.1
12
notifications:
13
email:
14
recipients:
@@ -30,4 +31,5 @@ deploy:
30
31
rvm: 2.1
32
rvm: 2.2
33
rvm: 2.3.0
34
+ rvm: 2.4.1
35
repo: sensu-plugins/sensu-plugins-filesystem-checks
CHANGELOG.md
@@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
5
6
## [Unreleased]
7
+### Added
+- Added testing on Ruby 2.4.1 (@portertech)
## [1.0.0] - 2017-07-01
### Added
0 commit comments