language: ruby rvm: - 2.1 - 2.2 - jruby-1.7 - jruby-9 before_install: - gem install bundler script: - bundle exec rubocop -D - bundle exec rake