.travis.yml

Summary

Maintainability
Test Coverage
language: ruby
cache: bundler
sudo: false
rvm:
  - 2.2
  - 1.9.3

notifications:
  email: false

script:
  - bundle exec rspec
  - bundle exec rubocop