-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update bundler, updated min version of ruby to
>= 2.3
Signed-off-by: Ben Abrams <[email protected]>
- Loading branch information
1 parent
069b4b3
commit 227c6e9
Showing
6 changed files
with
14 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,24 @@ | ||
language: ruby | ||
cache: | ||
- bundler | ||
- bundler | ||
before_install: | ||
- gem update bundler | ||
- gem install bundler -v 2.1 | ||
install: | ||
- bundle install | ||
- bundle install | ||
rvm: | ||
- 2.0 | ||
- 2.1 | ||
- 2.2 | ||
- 2.3.0 | ||
- 2.4.1 | ||
- 2.3.0 | ||
- 2.4.1 | ||
notifications: | ||
email: | ||
recipients: | ||
- [email protected] | ||
- [email protected] | ||
on_success: change | ||
on_failure: always | ||
script: | ||
- bundle exec rake quick | ||
- bundle exec rake kitchen:ruby-`echo $TRAVIS_RUBY_VERSION | sed -e "s/\.//g"`-debian-8 | ||
- gem build sensu-plugins-docker.gemspec | ||
- gem install sensu-plugins-docker-*.gem | ||
- bundle exec rake quick | ||
- bundle exec rake kitchen:ruby-`echo $TRAVIS_RUBY_VERSION | sed -e "s/\.//g"`-debian-8 | ||
- gem build sensu-plugins-docker.gemspec | ||
- gem install sensu-plugins-docker-*.gem | ||
deploy: | ||
provider: rubygems | ||
api_key: | ||
|
@@ -30,9 +27,5 @@ deploy: | |
on: | ||
tags: true | ||
all_branches: true | ||
rvm: 2.0 | ||
rvm: 2.1 | ||
rvm: 2.2 | ||
rvm: 2.3.0 | ||
rvm: 2.4.1 | ||
repo: sensu-plugins/sensu-plugins-docker |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.