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: + - pywikibot-commits@lists.wikimedia.org + 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}"
pywikibot-commits@lists.wikimedia.org