Skip to content

Commit 5e0bff0

Browse files
Evesymajormoses
authored andcommitted
Ruby 2.4.1 testing
1 parent 5d60db2 commit 5e0bff0

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
- [ ] RuboCop passes
1414

15-
- [ ] Existing tests pass
15+
- [ ] Existing tests pass
1616

1717
#### New Plugins
1818

@@ -24,5 +24,5 @@
2424

2525
#### Purpose
2626

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

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ rvm:
77
- 2.1
88
- 2.2
99
- 2.3.0
10+
- 2.4.1
1011
notifications:
1112
email:
1213
recipients:
@@ -28,4 +29,5 @@ deploy:
2829
rvm: 2.1
2930
rvm: 2.2
3031
rvm: 2.3.0
32+
rvm: 2.4.1
3133
repo: sensu-plugins/sensu-plugins-postgres

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ 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+
- Ruby 2.4.1 testing
9+
710
## [1.2.0] - 2017-07-12
811
### Added
912
- metric-postgres-statsdb.rb: Adds new metric `numbackends`. (@phumpal)

0 commit comments

Comments
 (0)