sudo: false language: ruby script: bundle exec ruby spec/instance_variables_from_spec.rb rvm: - 2.2 - 2.1 - 2.0 - rbx-2 - jruby-head - jruby-9000 cache: - bundler matrix: fast_finish: true allow_failures: - rvm: jruby-9000