.travis.yml 251 B

12345678910111213
  1. language: ruby
  2. rvm:
  3. - 1.9.3
  4. - ree
  5. - jruby-18mode
  6. gemfile:
  7. - gemfiles/Gemfile-rails.3.1.x
  8. - Gemfile
  9. notifications:
  10. recipients:
  11. - jose.valim@plataformatec.com.br
  12. - carlos@plataformatec.com.br
  13. - rafael.franca@plataformatec.com.br