Skip to content

Commit 57f5c04

Browse files
committed
prepping for new release build
1 parent 9ac4be9 commit 57f5c04

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ before_deploy:
2020
- bash -c "[ ! -d bonsai/ ] && git clone https://github.com/sensu/sensu-go-bonsai-asset.git bonsai || echo 'bonsai/ exists, skipping git clone'"
2121

2222
deploy:
23+
- provider: script
24+
script: bonsai/ruby-runtime/travis-build-ruby-plugin-assets.sh sensu-plugins-zookeeper
25+
skip_cleanup: true
26+
on:
27+
tags: true
28+
all_branches: true
29+
rvm: 2.4.1
2330
- provider: rubygems
2431
api_key:
2532
secure: Mswd19ZpQU0RqJEy2GnyDWTNgd9QCFYuN1q8bqs2U7lHpXARhLI+WDdCCfiyfiMQHxxOyrRLsra12DcREyaOQocQk2rGnlIEfu6GxmRytjyB8MLvowUgWun2D5Rxe4nvXeB5DSReZQMr0K2hm24FmMaUtBSu9N4rnciEn2EgCNM=
@@ -29,11 +36,4 @@ deploy:
2936
all_branches: true
3037
rvm: 2.4.1
3138
repo: sensu-plugins/sensu-plugins-zookeeper
32-
- provider: script
33-
script: bonsai/ruby-runtime/travis-build-ruby-plugin-assets.sh sensu-plugins-zookeeper
34-
skip_cleanup: true
35-
on:
36-
tags: true
37-
all_branches: true
38-
rvm: 2.4.1
3939

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
1111
### Changes
1212
- Use TCPSocket logic with timeout for check-zookeeper-mode.rb and metricz-zookepper.rb
1313
- Update development_dependency: yard >= 0.9.20
14+
- Remove CentOS 6 Asset build, CentOS6 reach end of life
1415

1516
### Fixed
1617
- Remove deplicate count option in check-zookeeper-cluster.rb

0 commit comments

Comments
 (0)