diff --git a/.travis.yml b/.travis.yml index b6b39b7d..67260650 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,3 +4,8 @@ rvm: - 1.9.2 - 1.8.7 script: bundle exec rake +notifications: + irc: "irc.freenode.org#jekyll" + email: + on_success: never + on_failure: never