summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-05-31 07:22:04 -0400
committerJeffrey Walton <noloader@gmail.com>2017-05-31 07:22:04 -0400
commitdd42fa3ef63ee2ac8d335c3e261aa7c4d030d292 (patch)
treea0ef6365da4f658f632316fbd4d0804dd20e713f /.travis.yml
parenta33504c8f8652d5591848b6532fe3dd2cd324b05 (diff)
downloadcryptopp-git-dd42fa3ef63ee2ac8d335c3e261aa7c4d030d292.tar.gz
Add notification address of cryptopp-build@googlegroups.com (Take 2)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ea073db8..1f8e90e8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -63,4 +63,8 @@ addons:
build_command: "make -j 2"
notifications:
- email: cryptopp-build@googlegroups.com
+ email:
+ recipients:
+ - cryptopp-build@googlegroups.com
+ on_success: always # default: change
+ on_failure: always # default: always \ No newline at end of file