sensu-plugins/sensu-plugins-twemproxy

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
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
    on_success: change
    on_failure: always
script:
- bundle exec rake default
- gem build sensu-plugins-twemproxy.gemspec
- gem install sensu-plugins-twemproxy-*.gem
deploy:
  provider: rubygems
  api_key:
    secure: VW5qq9GZQSxJ2zKCtvbZ92HPc5HjONjNyFxNT5L5PdcZpa1uL//9vQPUuXdswTnFu3Vo8OScWhMXjgxd2VoxtQKF2BN75WF+hEKo4knS0KBcC9LvPv884PE7LPNZyWsuWItC9Yz3MviWXH0PQOH2DLD106kjNnT3UVKjie5OEAg=
  gem: sensu-plugins-twemproxy
  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-twemproxy