From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B7A37138A1A for ; Sat, 14 Feb 2015 18:00:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28EFDE08D2; Sat, 14 Feb 2015 18:00:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C5A86E08D2 for ; Sat, 14 Feb 2015 18:00:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 851EF340748 for ; Sat, 14 Feb 2015 18:00:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E2A7611C09 for ; Sat, 14 Feb 2015 18:00:30 +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: <1423936815.ffdacb130649f0ba834f3373ede4d2c6bf6a2f4f.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: ffdacb130649f0ba834f3373ede4d2c6bf6a2f4f X-VCS-Branch: master Date: Sat, 14 Feb 2015 18:00:30 +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: 785d84e5-ce7f-434e-bc20-9fdd77053084 X-Archives-Hash: 924020ffa1a6e54d23d5299491f0e5a1 commit: ffdacb130649f0ba834f3373ede4d2c6bf6a2f4f Author: Manuel Rüger gentoo org> AuthorDate: Sat Feb 14 18:00:15 2015 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sat Feb 14 18:00:15 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ffdacb13 [travis] Swap lines. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5cdb931..8ee6adf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,6 +30,6 @@ before_script: - cd travis-overlay script: - ./../spinner.sh "./../portage-${PORTAGE_VER}/bin/repoman full -d" +# You can append own scripts after this line notifications: irc: "chat.freenode.net#gentoo-kde" -# You can append own scripts after this line