sensu/sensu-redis

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
sudo: false
language: ruby
rvm:
  - 2.2.0
  - 2.3.0
  - 2.4.0
  - jruby-9.1.7.0
services:
  - redis
script: "bundle exec rspec . --tag ~sentinel --tag ~tls"