language: ruby rvm: - 2.1.10 - 2.2.4 - 2.3.0 install: - gem install bundler - bundle install script: - bundle exec rake spec - bundle exec rubocop