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 20704139083 for ; Wed, 14 Dec 2016 00:00:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C411E0D97; Wed, 14 Dec 2016 00:00:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1A469E0D97 for ; Wed, 14 Dec 2016 00:00:50 +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 D5511340F27 for ; Wed, 14 Dec 2016 00:00:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4DAB21F2F for ; Wed, 14 Dec 2016 00:00:47 +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: <1481673640.e1904d2b72db41af3178ac1df121094e5898e9f9.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: e1904d2b72db41af3178ac1df121094e5898e9f9 X-VCS-Branch: master Date: Wed, 14 Dec 2016 00:00:47 +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: 0bc39f39-e668-4801-b286-fbac4c738ab1 X-Archives-Hash: 1c8543bed6dc0b1e72e721526f04da4c commit: e1904d2b72db41af3178ac1df121094e5898e9f9 Author: Manuel Rüger rueg eu> AuthorDate: Wed Dec 14 00:00:40 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Wed Dec 14 00:00:40 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e1904d2b .travis.yml: Update .travis.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6d006eb..53a0a3f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,14 +31,3 @@ 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}"