language: ruby rvm: - jruby - 1.9.3 - 2.0 - 2.1 - 2.2 - 2.3.0 - jruby-9.0.5.0 - jruby-head matrix: allow_failures: - rvm: jruby-head sudo: false cache: bundler before_script: - "bundle update" script: bundle exec rspec spec