aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorritchie <ritchie@gmx.at>2015-05-23 14:59:15 +0200
committerritchie <ritchie@gmx.at>2015-05-23 14:59:15 +0200
commite285ef9865094efa2d1574ebef2ddf290882b392 (patch)
treec14960a62ab2d0630c4c5839c90d2436af613a32 /.travis.yml
parent0e5b88a78a6f3783b63c23d87a0602ad4d7b6e1f (diff)
downloadnanohttpd-e285ef9865094efa2d1574ebef2ddf290882b392.tar.gz
use explicit email adresses
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 38f03f5..420d8f7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,4 +8,10 @@ install:
script: mvn test
after_success:
- - mvn clean test jacoco:report coveralls:report \ No newline at end of file
+ - mvn clean test jacoco:report coveralls:report
+
+
+notifications:
+ email:
+ - richard.vannieuwenhoven@adesso.at
+ - elonen@iki.fi \ No newline at end of file