language: ruby rvm: - 1.9.2 - 1.9.3 <%- if config[:rails] -%> gemfile: - gemfiles/rails-3.0.x.gemfile - gemfiles/rails-3.1.x.gemfile - gemfiles/rails-3.2.x.gemfile <%- end -%> script: bundle exec rspec spec