--- language: ruby sudo: false cache: bundler before_install: gem install bundler --no-ri --no-rdoc bundler_args: --without benchmarks tools script: - bundle exec rake - bundle exec rubocop rvm: - 2.2.2 - 2.3.0 - ruby-head matrix: allow_failures: - rvm: ruby-head