Skip to content

Commit 08820e3

Browse files
Remove notification config from AppVeyor config file
We configure this in the AppVeyor settings on the webpage instead of in the file. This prevents crawlers from accessing the mail address and allows us to change the config for the whole repo at the same time, instead of having open branches still send notifications to an outdated address.
1 parent 9701c27 commit 08820e3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.appveyor.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,3 @@ on_finish:
6969
cache:
7070
- C:\ant
7171
- C:\ivy
72-
73-
notifications:
74-
- provider: Email
75-
to:
76-
- java-smt-dev@googlegroups.com
77-
on_build_success: false
78-
on_build_status_changed: true

0 commit comments

Comments
 (0)