SUSE/connect

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: ruby
rvm:
  - 2.1
  - 2.5.0
cache: bundler
script:
  - 'bundle exec rubocop'
  - 'bundle exec rspec spec'