Skip to content

Commit

Permalink
add ruby 2.4 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
majormoses committed Jul 4, 2017
1 parent 464a8bc commit 20651ea
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

- [ ] RuboCop passes

- [ ] Existing tests pass
- [ ] Existing tests pass

#### New Plugins

Expand All @@ -24,5 +24,4 @@

#### Purpose

#### Known Compatablity Issues

#### Known Compatibility Issues
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ rvm:
- 2.1
- 2.2
- 2.3.0
- 2.4.1
notifications:
email:
recipients:
Expand All @@ -30,4 +31,5 @@ deploy:
rvm: 2.1
rvm: 2.2
rvm: 2.3.0
rvm: 2.4.1
repo: sensu-plugins/sensu-plugins-pagerduty
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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.4 testing (@majormoses)

### Fixed
- PR template typo

## [3.0.0] - 2017-06-01
### Breaking Change
- changed the precedence of pager_team evaluation from `client -> check -> json_config` to `check -> client -> json_config` (@guru-beach)
Expand Down

0 comments on commit 20651ea

Please sign in to comment.