Skip to content

Commit 9fe6c8d

Browse files
thomasrileymajormoses
authored andcommitted
Add testing for Ruby 2.4.1
1 parent 0f10369 commit 9fe6c8d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424

2525
#### Purpose
2626

27-
#### Known Compatablity Issues
27+
#### Known Compatibility Issues
2828

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ rvm:
1010
- 2.1
1111
- 2.2
1212
- 2.3.0
13+
- 2.4.1
1314
notifications:
1415
email:
1516
recipients:
@@ -32,4 +33,5 @@ deploy:
3233
rvm: 2.1
3334
rvm: 2.2
3435
rvm: 2.3.0
36+
rvm: 2.4.1
3537
repo: sensu-plugins/sensu-plugins-bigpanda

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
33

44
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
55

6-
6+
## Unreleased
7+
### Added
8+
- Add testing for Ruby 2.4.1

0 commit comments

Comments
 (0)