From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1011483-garchives=archives.gentoo.org@lists.gentoo.org> 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 181AA1382C5 for <garchives@archives.gentoo.org>; Wed, 21 Mar 2018 21:41:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41A54E086F; Wed, 21 Mar 2018 21:41:41 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 1DB63E086F for <gentoo-commits@lists.gentoo.org>; Wed, 21 Mar 2018 21:41:41 +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 DD2EB335C0A for <gentoo-commits@lists.gentoo.org>; Wed, 21 Mar 2018 21:41:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 504CE25E for <gentoo-commits@lists.gentoo.org>; Wed, 21 Mar 2018 21:41:38 +0000 (UTC) From: "Justin Lecher" <jlec@gentoo.org> 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" <jlec@gentoo.org> Message-ID: <1521668484.f942400dda58b2306e70952f1c828bfac6e3d9ec.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: f942400dda58b2306e70952f1c828bfac6e3d9ec X-VCS-Branch: master Date: Wed, 21 Mar 2018 21:41:38 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6f79da8f-9c75-4cde-b316-bdd129337c4e X-Archives-Hash: ab629d055d2b784fc76fb803e7a3b218 commit: f942400dda58b2306e70952f1c828bfac6e3d9ec Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Wed Mar 21 21:41:24 2018 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Wed Mar 21 21:41:24 2018 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f942400d .travis.yml: Fix CI Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1fbaac369..7e59eb158 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,8 @@ env: - PORTAGE_VER="2.3.24" before_install: - sudo apt-get -qq update - - pip install lxml +install: + - pip install "lxml<4.2" before_script: - sudo chmod a+rwX /etc/passwd /etc/group /etc /usr - mkdir -p travis-overlay /etc/portage /usr/portage/distfiles