diff options
author | Alfredo Cardigliano <alfredo.cardigliano@gmail.com> | 2017-02-09 22:57:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-09 22:57:49 +0100 |
commit | b6eecd7d0cccfe51696255e7bf454ca96bff4245 (patch) | |
tree | b8b2186a323fd50a059417fc3eb13387c272e1ab /.travis.yml | |
parent | b229b89c787e7e6377b388e86ce56341ee6918b0 (diff) |
Update .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 7 insertions, 0 deletions
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 |