Skip to content

Commit c11b491

Browse files
author
Sreejita Biswas
committed
bonsai testing
1 parent 1ed1945 commit c11b491

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.travis.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ rvm:
1212
notifications:
1313
email:
1414
recipients:
15-
- sensu-plugin@sensu-plugins.io
15+
- sreejita2006@gmail.com
1616
on_success: change
1717
on_failure: always
1818
script:
1919
- bundle exec rake default
2020
- gem build sensu-plugins-ssl.gemspec
2121
- gem install sensu-plugins-ssl-*.gem
2222
before_deploy:
23-
- bash -c "[ ! -d bonsai/ ] && git clone https://github.com/sensu/sensu-go-bonsai-asset.git bonsai || echo 'bonsai/ exists, skipping git clone'"
23+
- bash -c "[ ! -d bonsai/ ] && git clone https://github.com/sensu/sensu-go-bonsai-asset.git bonsai || echo 'bonsai/ exists, skipping git clone'"
2424
deploy:
2525
- provider: rubygems
2626
api_key:
@@ -34,11 +34,11 @@ deploy:
3434
rvm: 2.2
3535
rvm: 2.3.0
3636
rvm: 2.4.1
37-
repo: sensu-plugins/sensu-plugins-ssl
37+
repo: sreejita-biswas/sensu-plugins-ssl
3838
- provider: script
39-
script: bonsai/ruby-runtime/travis-build-bonsai-assets.sh sensu-plugins-ssl
40-
skip_cleanup: true
41-
on:
42-
tags: true
43-
all_branches: true
44-
rvm: 2.4.1
39+
script: bonsai/ruby-runtime/travis-build-bonsai-assets.sh sensu-plugins-ssl
40+
skip_cleanup: true
41+
on:
42+
tags: true
43+
all_branches: true
44+
rvm: 2.4.1

0 commit comments

Comments
 (0)