commit:     dc0b005bd8af47b278adc1dd8271c6bf3c669f64
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 21 20:21:29 2018 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Jun 21 20:21:29 2018 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=dc0b005b

Fix travis deps

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 3841edb5d..3d53c8b53 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,7 +11,7 @@ env:
 before_install:
     - sudo apt-get -qq update
 install:
-    - pip install "lxml<4.2"
+    - pip install lxml PyYAML
 before_script:
     - sudo chmod a+rwX /etc/passwd /etc/group /etc /usr
     - mkdir -p travis-overlay /etc/portage /usr/portage/distfiles
@@ -25,7 +25,7 @@ before_script:
     - echo "portage::250:portage,travis" >> /etc/group
     - wget "https://www.gentoo.org/dtd/metadata.dtd"; -O 
/usr/portage/distfiles/metadata.dtd
     - ln -s $TRAVIS_BUILD_DIR/portage-portage-${PORTAGE_VER}/cnf/repos.conf 
/etc/portage/repos.conf
-    - ln -s /usr/portage/profiles/default/linux/amd64/17.0 
/etc/portage/make.profile
+    - ln -s /usr/portage/profiles/default/linux/amd64/17.1 
/etc/portage/make.profile
     - cd travis-overlay
 script:
     - ./../spinner.sh "python 
../portage-portage-${PORTAGE_VER}/repoman/bin/repoman full -d"

Reply via email to