forked from sensu-plugins/sensu-plugins-windows
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
36 lines (36 loc) · 785 Bytes
/
.travis.yml
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:
on_success: change
on_failure: always
script:
- bundle exec rake default
- gem build sensu-plugins-windows.gemspec
- gem install sensu-plugins-windows-*.gem
deploy:
provider: rubygems
api_key:
secure: ikQPH10uf07ZuXs64PDeg0wMKMiuINiJiYzncdfe77iI0FFE13kcFYv8T2HxaeXjJPRXkiNkBprld2EG7Sm1Dd7WYKVByW55fIfd96wZe+a/ObPflbHbVb1fbwd5A0kK7BuHgrV1AKb++Nq9LEDJPiPJTgktaM8thJqYkjwDegg=
gem: sensu-plugins-windows
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-windows