Skip to content

Commit

Permalink
Add Ruby 2.3.0 & 2.4.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasriley authored and majormoses committed Jul 15, 2017
1 parent eb5bcd7 commit 40f3558
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@

#### Purpose

#### Known Compatablity Issues
#### Known Compatibility Issues

4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ rvm:
- 2.0
- 2.1
- 2.2
- 2.3.0
- 2.4.1
notifications:
email:
recipients:
Expand All @@ -28,4 +30,6 @@ deploy:
rvm: 2.0
rvm: 2.1
rvm: 2.2
rvm: 2.3.0
rvm: 2.4.1
repo: sensu-plugins/sensu-plugins-mesos
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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.3.0 testing
- Ruby 2.4.1 testing

### Breaking Changes
- Drop Ruby 1.9.3 support

Expand Down

0 comments on commit 40f3558

Please sign in to comment.