forked from sensu-plugins/sensu-plugins-springboot
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.travis.yml
35 lines (35 loc) · 763 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
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-springboot.gemspec
- gem install sensu-plugins-springboot-*.gem
deploy:
provider: rubygems
api_key:
secure: WuqVgZvG/88dFdFbwZHLIlE3jborAtmRMkXpgvfm8bs695HSxKilVXH7G2vK4CgWus71pWfqdGsasEdpmKccU+NR0SjpJbZjBrgVMJGW1lSN+ICPjj4S+yQi/x2YFfwf6hfpt2z4Siy5ytzwiArOEyEpomDCNh4+9oj/ZyvQ/9w=
gem: sensu-plugins-springboot
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-springboot