JezK
Edit File: .travis.yml
language: ruby rvm: - 1.9.3 before_install: gem install bundler script: bundle exec rake test notifications: email: false irc: on_success: change on_failure: always channels: - "irc.freenode.org#rails-contrib"