commit:     0630afe9be159eeee6093ab2e3fbac23348cdb9c
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 25 01:43:17 2016 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Thu Feb 25 01:44:21 2016 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=0630afe9

.travis.yml: copy metadata.dtd for repoman tests

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

diff --git a/.travis.yml b/.travis.yml
index 237963f..5b68170 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,5 +8,7 @@ python:
 script:
     - ./setup.py test
     - ./setup.py install --root=/tmp/install-root
+    # prevent repoman tests from trying to fetch metadata.dtd
+    - cp cnf/metadata.dtd /tmp/install-root/usr/lib/portage/
     - sudo rsync -a /tmp/install-root/. /
     - python -b -Wd -m portage.tests.runTests

Reply via email to