From f6344c2be19a38837432ca69f31527ec53a0a2bc Mon Sep 17 00:00:00 2001
From: lekshmideepu <lekshmideepu@users.noreply.github.com>
Date: Wed, 3 Jun 2015 16:15:31 +0200
Subject: [PATCH] Update .travis.yml

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

diff --git a/.travis.yml b/.travis.yml
index bb9d8ca..f223a1b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -36,3 +36,20 @@ before_script:
   - chmod +x build.sh 
   
 script: ./build.sh      
+
+notifications:
+  email:
+    recipients:
+      - r.deepu@fz-juelich.de
+    on_success: change
+    on_failure: always
+    #on_start: false
+
+after_failure:
+  - cd $TRAVIS_BUILD_DIR/build
+  - |
+    for i in $(find reports -type f); do
+      echo "###########################"
+      echo "File: $i"
+      cat $i
+    done
-- 
GitLab