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 98E171382C5 for ; Sat, 17 Mar 2018 00:49:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 897FFE0870; Sat, 17 Mar 2018 00:49:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5F834E0870 for ; Sat, 17 Mar 2018 00:49:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3E3B6335C4A for ; Sat, 17 Mar 2018 00:49:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39CF5232 for ; Sat, 17 Mar 2018 00:49:17 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1521247749.973c5ebada732b55f5c9c10d73409d3bca21cf5b.kensington@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: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 973c5ebada732b55f5c9c10d73409d3bca21cf5b X-VCS-Branch: master Date: Sat, 17 Mar 2018 00:49:17 +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: 92b7d0cc-d22c-43f5-80d9-865988ea86bc X-Archives-Hash: 895ca52a64e2358145d2a37740dc7c54 commit: 973c5ebada732b55f5c9c10d73409d3bca21cf5b Author: Michael Palimaka gentoo org> AuthorDate: Sat Mar 17 00:49:04 2018 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Mar 17 00:49:09 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=973c5eba .travis.yml: report when a broken build is fixed .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bed9408689..a3e87ce7d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,7 @@ script: # You can append own scripts after this line notifications: irc: - on_success: never + on_success: change on_failure: always channels: - "chat.freenode.net#gentoo-kde"