language: ruby env: global: - JRUBY_OPTS=--2.0 rvm: - 2.0.0 - 2.1.0 - jruby <%- if config[:rails] -%> gemfile: - gemfiles/rails-4.1.x.gemfile <%- end -%> script: bundle exec rspec spec