This is an automated email from the ASF dual-hosted git repository. billblough pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-c-core.git
The following commit(s) were added to refs/heads/master by this push: new 413d4dc Add notification email to travis config 413d4dc is described below commit 413d4dc3cc432a3e4f34f672557ce931bbdf88a9 Author: William Blough <de...@blough.us> AuthorDate: Sun Aug 30 17:20:30 2020 -0400 Add notification email to travis config --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 78c9835..d380538 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,7 @@ language: c os: linux script: ./build_for_tests.sh +notifications: + email: + # c-...@apache.axis.org doesn't work here because it's not an address registered on GitHub. + - billblo...@apache.org