commit:     77738f03f3b95854b3b923d8dc3dba6767570ff2
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Sun May 15 01:51:25 2016 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Sun May 15 01:51:25 2016 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=77738f03

try #4

 .travis.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index b606f95..6046cd1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,12 +8,12 @@ python:
 script:
     - ./setup.py test
     - ./setup.py install --root=/tmp/install-root
+    # prevent repoman tests from trying to fetch metadata.xsd
+    - mkdir -p /tmp/install-root/usr/lib/portage/cnf
+    - cp repoman/cnf/metadata.xsd /tmp/install-root/usr/lib/portage/cnf/
     - sudo rsync -a /tmp/install-root/. /
     - python -b -Wd -m portage.tests.runTests
     # repoman test block
-    # prevent repoman tests from trying to fetch metadata.xsd
-    - mkdir -p /tmp/install-root/usr/lib/portage/cnf
-    - cp cnf/metadata.xsd /tmp/install-root/usr/lib/portage/cnf/
     - cd repoman
     - ./setup.py test
     - ./setup.py install --root=/tmp/install-root

Reply via email to