Skip to content

Commit 6b021a8

Browse files
committed
Attempt to make Travis and Appveyor IRC notices less verbose
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 5904cb3 commit 6b021a8

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,6 @@ notifications:
3030
use_notice: true
3131
skip_join: true
3232
template:
33-
- "%{repository_slug}#%{build_number} (%{branch} - %{commit} : %{author}): %{message} : %{build_url}"
33+
- "%{repository_slug}#%{build_number} (%{branch}-%{commit}:%{author})-%{message}- %{build_url}"
34+
-
35+
-

appveyor.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,5 @@ test_script:
1919
- python -c "import sys;print sys.getdefaultencoding()"
2020
- cmd: "%TEST_SUITE%"
2121

22-
on_success:
23-
- "python etc/scripts/irc-notify.py aboutcode [{project_name}:{branch}] {short_commit}: \"{message}\" ({author}) {color_green}Succeeded - {build_url}"
24-
2522
on_failure:
2623
- "python etc/scripts/irc-notify.py aboutcode [{project_name}:{branch}] {short_commit}: \"{message}\" ({author}) {color_red}Failed - {build_url}"

0 commit comments

Comments
 (0)