From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 50ABD139083 for ; Wed, 14 Dec 2016 00:01:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B1DCE0DEF; Wed, 14 Dec 2016 00:01:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 55E36E0DEF for ; Wed, 14 Dec 2016 00:01:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 71815340DC7 for ; Wed, 14 Dec 2016 00:01:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 172C51F2F for ; Wed, 14 Dec 2016 00:01:42 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1481673671.3b378bbf26f07579942a2ee9ce1d0a30e78624d8.mrueg@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: / X-VCS-Repository: proj/kde X-VCS-Files: .travis.yml X-VCS-Directories: / X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 3b378bbf26f07579942a2ee9ce1d0a30e78624d8 X-VCS-Branch: master Date: Wed, 14 Dec 2016 00:01:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4d5fc615-8714-41fb-8440-d88d6be5376f X-Archives-Hash: 417f0f3ae8452e75ef79f37f8e37d62a commit: 3b378bbf26f07579942a2ee9ce1d0a30e78624d8 Author: Manuel Rüger rueg eu> AuthorDate: Wed Dec 14 00:01:11 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Wed Dec 14 00:01:11 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3b378bbf Revert ".travis.yml: Update" This reverts commit e1904d2b72db41af3178ac1df121094e5898e9f9. Accidently commited .travis.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.travis.yml b/.travis.yml index 53a0a3f..6d006eb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,3 +31,14 @@ before_script: script: - ./../spinner.sh "python ../portage-portage-${PORTAGE_VER}/repoman/bin/repoman full -d" # You can append own scripts after this line +notifications: + irc: + on_success: never + on_failure: always + channels: + - "chat.freenode.net#gentoo-kde" + template: + - "%{repository}#%{build_number} (%{branch} - %{commit}): %{message}" + - "%{author} - %{commit_message}" + - "Change view : %{compare_url}" + - "Build details : %{build_url}"