.travis.yml 313 B

123456789101112131415
  1. script: "bundle exec rake test"
  2. rvm:
  3. - 1.8.7
  4. - 1.9.2
  5. - 1.9.3
  6. - ree
  7. gemfile:
  8. - gemfiles/Gemfile.rails-3.1.x
  9. - Gemfile
  10. notifications:
  11. recipients:
  12. - jose.valim@plataformatec.com.br
  13. - carlos@plataformatec.com.br
  14. - rodrigo.flores@plataformatec.com.br
  15. - rafael.franca@plataformatec.com.br