diff --git a/.travis.yml b/.travis.yml index 72aa314..7b007da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,3 +26,9 @@ install: script: - rake compile - rake tests + +notifications: + email: + # Default is change, but that includes a new branch's 1st success. + on_success: never + on_failure: always # The default.