From 25a4710796cb0489259296055d173c414fc21f25 Mon Sep 17 00:00:00 2001 From: Giuseppe Silano Date: Mon, 4 Jun 2018 11:17:38 +0200 Subject: [PATCH] Updates in the TravisCI file The part related to notification via mail has been added into the file. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6c2db37..c2f5da0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -99,3 +99,7 @@ install: - catkin build - echo "source ~/catkin_ws/devel/setup.bash" >> ~/.bashrc - source ~/.bashrc + +notifications: + email: + - giuseppe.silano@unisannio.it