sudo: false language: ruby rvm: - 2.2.5 - 2.3.1 script: - bundle exec rspec spec - bundle exec rubocop --format=clang branches: only: - master