From b6eecd7d0cccfe51696255e7bf454ca96bff4245 Mon Sep 17 00:00:00 2001 From: Alfredo Cardigliano Date: Thu, 9 Feb 2017 22:57:49 +0100 Subject: Update .travis.yml --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 00032ec26..cc8df7f6b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,3 +40,10 @@ after_script: #- lcov --remove coverage.info 'tests/*' 'packages/*' 'm4/*' 'doc/*' --output-file coverage.info #- lcov --list coverage.info # debug before upload #- coveralls-lcov --repo-token ${COVERALLS_TOKEN} coverage.info # uploads to coveralls + +notifications: + email: + recipients: + - packager@ntop.org + on_success: never + on_failure: always -- cgit v1.2.3