commit:     63407d6473a7f47ee4ab3f9c8691bac9b47e343f
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 29 18:36:32 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Mar 29 18:36:32 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=63407d64

Don't check metadata.xml

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

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

diff --git a/.travis.yml b/.travis.yml
index 0cc8a96..b19309f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,12 +31,12 @@ 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
-
-    - wget 
"https://raw.githubusercontent.com/mgorny/gentoo-xml-schema/master/metadata.xsd";
 -O metadata.xsd
-    - xmllint --noout --schema metadata.xsd */*/metadata.xml 2>&1 | grep 
"fails to validate"; [[ ${PIPESTATUS[0]} == 0 ]] || false
+    #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