summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-04-17 10:06:29 +0200
committerBrian Dolbec <dolsen@gentoo.org>2016-04-25 08:28:53 -0700
commit275ac5e04bb296394c308bdd6dfd92ac51cfbd42 (patch)
treecb0c166b920eec65e4114d31c404b714f1c511d7 /.travis.yml
parentrepoman: Use XML Schema for metadata.xml validation (diff)
downloadportage-275ac5e04bb296394c308bdd6dfd92ac51cfbd42.tar.gz
portage-275ac5e04bb296394c308bdd6dfd92ac51cfbd42.tar.bz2
portage-275ac5e04bb296394c308bdd6dfd92ac51cfbd42.zip
tests: Include metadata.xsd for repoman tests
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index b662d9412..5213feed1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,8 +8,8 @@ python:
script:
- ./setup.py test
- ./setup.py install --root=/tmp/install-root
- # prevent repoman tests from trying to fetch metadata.dtd
+ # prevent repoman tests from trying to fetch metadata.xsd
- mkdir -p /tmp/install-root/usr/lib/portage/cnf
- - cp cnf/metadata.dtd /tmp/install-root/usr/lib/portage/cnf/
+ - cp cnf/metadata.xsd /tmp/install-root/usr/lib/portage/cnf/
- sudo rsync -a /tmp/install-root/. /
- python -b -Wd -m portage.tests.runTests