sudo: false language: ruby rvm: - 2.3.3 before_install: gem install bundler -v 1.13.6 script: - bundle exec rspec - bundle exec rubocop --config .rubocop.yml