jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/483371 )

Change subject: [tests] Notify travis tests results of i18n
......................................................................

[tests] Notify travis tests results of i18n

Change-Id: I66d416f9b6d99a79d79043b7a091301a830f09b5
---
M .travis.yml
1 file changed, 14 insertions(+), 0 deletions(-)

Approvals:
  Merlijn van Deen: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/.travis.yml b/.travis.yml
index 5c08f9e..4b6dd58 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,3 +20,17 @@
 script:
   - cd pywikibot-build
   - nosetests --verbosity=2 tests.l10n_tests
+
+ notifications:
+  email:
+    recipients:
+      - [email protected]
+    on_success: always
+    on_failure: always
+  irc:
+    channels:
+      - "chat.freenode.net#pywikibot"
+    on_success: change
+    on_failure: change
+    template:
+      - "%{repository_slug}#%{build_number} (%{branch} - %{commit} : 
%{author}): %{message} %{build_url}"

--
To view, visit https://gerrit.wikimedia.org/r/483371
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/i18n
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I66d416f9b6d99a79d79043b7a091301a830f09b5
Gerrit-Change-Number: 483371
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Dalba <[email protected]>
Gerrit-Reviewer: Merlijn van Deen <[email protected]>
Gerrit-Reviewer: Siebrand <[email protected]>
Gerrit-Reviewer: Zoranzoki21 <[email protected]>
Gerrit-Reviewer: jenkins-bot (75)
_______________________________________________
Pywikibot-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits

Reply via email to