commit:     139e0f0fe24fff0da48b3ab5673d1f2c9fa8d6e9
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  2 08:25:59 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jul  2 08:25:59 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=139e0f0f

Drop xml checks in favour of repoman checks

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

 .travis.yml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 31829c5..087935b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,6 @@ env:
     - PORTAGE_VER="2.3.0"
 before_install:
     - sudo apt-get -qq update
-    - sudo apt-get install -y libxml2
 before_script:
     - mkdir travis-overlay
     - mv !(travis-overlay) travis-overlay/
@@ -31,12 +30,8 @@ before_script:
     - SIZE=$(stat -c %s .travis.yml.upstream)
     - if ! cmp -n $SIZE -s .travis.yml .travis.yml.upstream; then echo -e 
"\e[31m !!! .travis.yml outdated! Update available 
https://github.com/mrueg/repoman-travis \e[0m" > /tmp/update ; fi
     - cd travis-overlay
-    - wget 
"https://raw.githubusercontent.com/mgorny/gentoo-xml-schema/master/metadata.xsd";
 -O metadata.xsd
 script:
     - ./../spinner.sh "python ../portage-${PORTAGE_VER}/bin/repoman full -d"
-# You can append own scripts after this line
-    #too old xmllint on travis
-    #- xmllint --noout --schema metadata.xsd */*/metadata.xml 2>&1 | grep 
"fails to validate"; [[ ${PIPESTATUS[0]} == 0 ]] || false
 
 notifications:
     irc: "chat.freenode.net#gentoo-science"

Reply via email to