diff --git a/.travis.yml b/.travis.yml index 12b2631..c09f750 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,3 +2,7 @@ language: node_js node_js: - 0.8 - 0.6 +notifications: + email: + on_success: never + on_failure: always