Skip to content

Commit

Permalink
Add Ruby 2.3.0 & 2.4.1 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasriley authored and majormoses committed Jul 15, 2017
1 parent 88c8921 commit 0328716
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ install:
rvm:
- 2.1
- 2.2
- 2.3.0
- 2.4.1
notifications:
email:
recipients:
Expand All @@ -26,4 +28,6 @@ deploy:
all_branches: true
rvm: 2.1
rvm: 2.2
rvm: 2.3.0
rvm: 2.4.1
repo: sensu-plugins/sensu-plugins-mailgun
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

### Removed
- Ruby 1.9.3 testing
- Ruby 2.0 testing
Expand Down
2 changes: 1 addition & 1 deletion sensu-plugins-mailgun.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |s|
s.version = SensuPluginsMailgun::Version::VER_STRING

s.add_runtime_dependency 'sensu-plugin', '~> 1.3'
s.add_runtime_dependency 'json', '1.8.3'
s.add_runtime_dependency 'json', '1.8.5'
s.add_runtime_dependency 'tz', '0.0.1'
s.add_runtime_dependency 'tzinfo', '1.2.2'

Expand Down

0 comments on commit 0328716

Please sign in to comment.