diff --git a/dev/tests/conf-travis/local.conf b/dev/tests/conf-travis/local.conf index e1423d4..f8950ed 100644 --- a/dev/tests/conf-travis/local.conf +++ b/dev/tests/conf-travis/local.conf @@ -154,7 +154,7 @@ DELTA_COPIES=yes ## ---------- ALERT OPTIONS ## List of alert mails separated by spaces -DESTINATION_MAILS="your@alert.tld" +DESTINATION_MAILS="" ## Windows specific (msys / cygwin environment) only mail options (used with mailsend.exe from muquit, http://github.com/muquit/mailsend or from sendemail.exe from Brandon Zehm, http://caspian.dotconf.net/menu/Software/SendEmail/) SENDER_MAIL="alert@your.system.tld" diff --git a/dev/tests/conf-travis/remote.conf b/dev/tests/conf-travis/remote.conf index 0ea12ff..cdfd800 100644 --- a/dev/tests/conf-travis/remote.conf +++ b/dev/tests/conf-travis/remote.conf @@ -154,7 +154,7 @@ DELTA_COPIES=yes ## ---------- ALERT OPTIONS ## List of alert mails separated by spaces -DESTINATION_MAILS="your@alert.tld" +DESTINATION_MAILS="" ## Windows specific (msys / cygwin environment) only mail options (used with mailsend.exe from muquit, http://github.com/muquit/mailsend or from sendemail.exe from Brandon Zehm, http://caspian.dotconf.net/menu/Software/SendEmail/) SENDER_MAIL="alert@your.system.tld"