From 46a0c4a2629abe4396adc3a28927e24040bc31cc Mon Sep 17 00:00:00 2001 From: Simranjeet Singh Date: Wed, 3 Jul 2019 17:29:02 +0530 Subject: [PATCH] Update .travis.yml --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2dc8cc7..fce5b11 100644 --- a/.travis.yml +++ b/.travis.yml @@ -120,3 +120,7 @@ script: # Run the tests, ensuring the path is set correctly. - source devel/setup.bash - catkin_make run_tests && catkin_test_results +notifications: + email: + on_success: never + on_failure: always