Update .travis.yml

Send git commit emails to the mail list from Travis, instead of from GitHub (they are retiring the option for that).
This commit is contained in:
Oliver Gorwits
2018-12-28 18:24:05 +00:00
committed by GitHub
parent b4e5dc7af7
commit 5cc99cf20f

View File

@@ -22,3 +22,8 @@ notifications:
on_failure: always
channels:
- 'chat.freenode.net#netdisco'
email:
on_success: always
on_failure: always
recipients:
- 'netdisco-ng-commit@lists.sourceforge.net'