cedric/spamtrap

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: ruby
rvm:
  - 1.9.2
  - 1.9.3
  - 2.0.0
  - 2.1.1
gemfile:
  - test/gemfiles/rails-3.1
  - test/gemfiles/rails-3.2
  - test/gemfiles/rails-4.0
matrix:
  exclude:
    - { rvm: 1.9.2, gemfile: test/gemfiles/rails-4.0 }
    - { rvm: 2.0.0, gemfile: test/gemfiles/rails-3.1 }
    - { rvm: 2.0.0, gemfile: test/gemfiles/rails-3.2 }
    - { rvm: 2.1.1, gemfile: test/gemfiles/rails-3.1 }
    - { rvm: 2.1.1, gemfile: test/gemfiles/rails-3.2 }
notifications:
  recipients:
    email:
      - cedric@howe.net
  on_success: change
  on_failure: always