Commit
cb01d4351d699468ce674393f72e6bb139d6d3d0
Exists in
master
and in
31 other branches
1.12.x, add_requests_as_dep, celery_service, change-passwd-signal, colab-signals, colab-vcard, colab_search, colab_tag, colab_tag_merge, community_association, detach_super_archives, fix-dashboard, fix-message-preview, fix_app_label, fix_header, fixed_gitlab_import, go_to_profile_panel, mobile_user_scalable, paginate-threads, profile_integration, refactor-data-import, remove-gitlab-plugin, removing_namespace, search_block, search_filters, split_screen, startplugin, timestamp_plugins, translation_review, user_regex, validate-passwd
Added travis notifications on IRC
| @@ -19,3 +19,11 @@ script: |
| @@ -19,3 +19,11 @@ script: |
19
| |
19
| |
20
| after_success: |
20
| after_success: |
21
| - coveralls |
21
| - coveralls |
| |
22
| + |
| |
23
| +notifications: |
| |
24
| + irc: |
| |
25
| + channels: |
| |
26
| + - "chat.freenode.net#colab" |
| |
27
| + on_success: change |
| |
28
| + on_failure: always |
| |
29
| + use_notice: true |