-
Notifications
You must be signed in to change notification settings - Fork 26
/
.travis.yml
44 lines (44 loc) · 1.25 KB
/
.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
37
38
39
40
41
42
43
44
sudo: true
service: docker
language: ruby
cache:
- bundler
before_install:
- sudo iptables -L DOCKER || ( echo "DOCKER iptables chain missing" ; sudo iptables -N DOCKER )
- gem install bundler -v 1.15
install:
- bundle install
rvm:
- 2.3.0
- 2.4.1
notifications:
email:
recipients:
on_success: change
on_failure: always
script:
- bundle exec rake quick
- bundle exec rake kitchen:ruby-`echo $TRAVIS_RUBY_VERSION | sed -e "s/\.//g"`-debian-8
- gem build sensu-plugins-dns.gemspec
- gem install sensu-plugins-dns-*.gem
before_deploy:
- bash -c "[ ! -d bonsai/ ] && git clone https://github.com/sensu/sensu-go-bonsai-asset.git bonsai || echo 'bonsai/ exists, skipping git clone'"
deploy:
- provider: rubygems
api_key:
secure: bBKyFFIEuFpUeBclj1mo/tEfhO+q1v7IV3O42NkiOMZf9PMVj+dCEO5u4ptiPoQi/1Knu34kzrexatPNRx6PDd4Bglod/ZO2ILDAhRXwVvcrl1O4OcS0JtAH+Gx4CyGbMLFLEDI1f6WYheV860zrvdxm4Dt+XmMYZW3gnZ2+F50=
gem: sensu-plugins-dns
on:
tags: true
all_branches: true
rvm: 2.3.0
rvm: 2.4.1
repo: sensu-plugins/sensu-plugins-dns
- provider: script
script: bonsai/ruby-runtime/travis-build-ruby-plugin-assets.sh sensu-plugins-dns
skip_cleanup: true
on:
tags: true
all_branches: true
rvm: 2.4.1