From 13c3f9d1ffe4826363ce48d6b7ba5afe286f8430 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= <raphael@vinot.info>
Date: Tue, 24 Nov 2015 11:32:44 +0100
Subject: [PATCH] Add notification travis

---
 .travis.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 33ff206..ea50e59 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -52,6 +52,11 @@ install:
 script:
     - coverage run setup.py test
 
+notifications:
+    email:
+        on_success: change
+        on_failure: change
+
 after_success:
     - coveralls
     - codecov