-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.travis.yml
More file actions
36 lines (36 loc) · 785 Bytes
/
Copy path.travis.yml
File metadata and controls
36 lines (36 loc) · 785 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
language: ruby
cache:
- bundler
install:
- bundle install
rvm:
- 2.0
- 2.1
- 2.2
- 2.3.0
- 2.4.1
notifications:
email:
recipients:
- sensu-plugin@sensu-plugins.io
- rich.m.chatterton@gmail.com
on_success: change
on_failure: always
script:
- bundle exec rake default
- gem build sensu-plugins-datadog.gemspec
- gem install sensu-plugins-datadog-*.gem
deploy:
provider: rubygems
api_key:
secure: PDXv6IXTzwLv/Sm2aJzIpA8R76vN/M3k+lexETpbjcAP0vWv2qhH0qHeSeQYPW1KTKKqjCZ4GsGNnNEm2+yFxFNLlGCM/GiyTvGKU+RsyyIv6jndH+0jbwmG2JyfUM71unC0T53+VI6MZgFlio+2K3YKvNxxVZPh7YjCHjJhWfo=
gem: sensu-plugins-datadog
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-datadog