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 D9F09139085 for ; Sat, 14 Jan 2017 15:01:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30E3623406D; Sat, 14 Jan 2017 15:01:25 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0D85123406D for ; Sat, 14 Jan 2017 15:01:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E95F2340F2A for ; Sat, 14 Jan 2017 15:01:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5CCA026E1 for ; Sat, 14 Jan 2017 15:01:22 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1484406070.96826415396508fa9c04a2e8a3d6bb6637628b87.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: / X-VCS-Repository: proj/sci X-VCS-Files: .travis.yml X-VCS-Directories: / X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 96826415396508fa9c04a2e8a3d6bb6637628b87 X-VCS-Branch: master Date: Sat, 14 Jan 2017 15:01:22 +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: 0ae5c7cb-e00a-4a2c-a0e9-a3d8a6ce6f7a X-Archives-Hash: d81a364b9bb7180bc4578f75832b1157 commit: 96826415396508fa9c04a2e8a3d6bb6637628b87 Author: Justin Lecher gentoo org> AuthorDate: Sat Jan 14 15:01:10 2017 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Jan 14 15:01:10 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=96826415 Import from last-hope overlay Signed-off-by: Justin Lecher gentoo.org> .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index aba43cc..9748695 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,5 +33,8 @@ script: # You can append own scripts after this line notifications: - irc: "chat.freenode.net#gentoo-science" - + irc: + channels: "chat.freenode.net#gentoo-science" + template: + - "%{repository} - %{branch} - %{author}: %{commit_subject} - %{message} - Build details : %{build_url}" + use_notice: true