From: Martin Quinson Date: Fri, 29 Jun 2018 11:12:23 +0000 (+0200) Subject: travis, appveyor: no IRC notification on success, pliz X-Git-Tag: v3_21~594 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/1ec3c7e68903de6d6111cb75ec77ef606b6f2046 travis, appveyor: no IRC notification on success, pliz --- diff --git a/.appveyor.yml b/.appveyor.yml index 26993b817d..4cabde877c 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -44,7 +44,7 @@ artifacts: name: jarfile # IRC notifications, even if https://github.com/appveyor/ci/issues/88 is not closed yet -on_success: - - "python tools/appveyor-irc-notify.py simgrid [{project_name}:{branch}] {short_commit}: \"{message}\" ({author}) {color_green}Succeeded,Details: {build_url},Commit: {commit_url}" on_failure: - "python tools/appveyor-irc-notify.py simgrid [{project_name}:{branch}] {short_commit}: \"{message}\" ({author}) {color_red}Failed,Details: {build_url},Commit: {commit_url}" +#on_success: +# - "python tools/appveyor-irc-notify.py simgrid [{project_name}:{branch}] {short_commit}: \"{message}\" ({author}) {color_green}Succeeded,Details: {build_url},Commit: {commit_url}" diff --git a/.travis.yml b/.travis.yml index f681ceac49..de7da306ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -58,6 +58,8 @@ notifications: on_success: change on_failure: always irc: + on_success: change + on_failure: always channels: - "irc.debian.org#simgrid" template: