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 57C511382C5 for ; Fri, 30 Mar 2018 06:33:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23EA1E0922; Fri, 30 Mar 2018 06:33:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 F1A65E0922 for ; Fri, 30 Mar 2018 06:33:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2F1DB335D29 for ; Fri, 30 Mar 2018 06:33:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A68A268 for ; Fri, 30 Mar 2018 06:33:42 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1522391537.e16cc1425e9c0dcbdf1ba01d01a2bfbf429ae016.johu@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: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: e16cc1425e9c0dcbdf1ba01d01a2bfbf429ae016 X-VCS-Branch: master Date: Fri, 30 Mar 2018 06:33: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: 491ec6e4-db02-4e96-83a8-2f6ce096ccf7 X-Archives-Hash: 28e74d7b7bad0d36614e6bb1f5ebd17f commit: e16cc1425e9c0dcbdf1ba01d01a2bfbf429ae016 Author: Johannes Huber gentoo org> AuthorDate: Fri Mar 30 06:32:17 2018 +0000 Commit: Johannes Huber gentoo org> CommitDate: Fri Mar 30 06:32:17 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e16cc142 .travis.yml .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index e1f513c9ab..b6b14cff45 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,7 @@ env: before_install: - sudo apt-get -qq update - pip install lxml==4.1.1 + - pip install pyyaml before_script: - sudo chmod a+rwX /etc/passwd /etc/group /etc /usr - mkdir -p travis-overlay /etc/portage /usr/portage/distfiles