diff --git a/.travis.yml b/.travis.yml index 169b2830a..93fa3069e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,4 +23,9 @@ deploy: branches: only: - master - - /^2\.1(\.\d+)+$/ \ No newline at end of file + - /^2\.1(\.\d+)+$/ + +notifications: + email: + on_success: never + on_failure: always \ No newline at end of file