Skip to content

Commit 8be13f6

Browse files
portertechmajormoses
authored andcommitted
Added Ruby 2.4.1 to Travis configuration (#20)
* [ruby-2.4] added ruby 2.4.1 to travis yml * [ruby-2.4] updated changelog
1 parent 1ab4dba commit 8be13f6

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ rvm:
88
- 2.1
99
- 2.2
1010
- 2.3.0
11+
- 2.4.1
1112
notifications:
1213
email:
1314
recipients:
@@ -30,4 +31,5 @@ deploy:
3031
rvm: 2.1
3132
rvm: 2.2
3233
rvm: 2.3.0
34+
rvm: 2.4.1
3335
repo: sensu-plugins/sensu-plugins-filesystem-checks

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
55

66
## [Unreleased]
7+
### Added
8+
- Added testing on Ruby 2.4.1 (@portertech)
79

810
## [1.0.0] - 2017-07-01
911
### Added

0 commit comments

Comments
 (0)