aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2016-07-02 09:25:59 +0100
committerJustin Lecher <jlec@gentoo.org>2016-07-02 09:25:59 +0100
commit139e0f0fe24fff0da48b3ab5673d1f2c9fa8d6e9 (patch)
tree0b4204b538e8251a0a505395b5c6cfbb3cbda0c7 /.travis.yml
parentDrop due to invalid/missing license (diff)
downloadsci-139e0f0fe24fff0da48b3ab5673d1f2c9fa8d6e9.tar.gz
sci-139e0f0fe24fff0da48b3ab5673d1f2c9fa8d6e9.tar.bz2
sci-139e0f0fe24fff0da48b3ab5673d1f2c9fa8d6e9.zip
Drop xml checks in favour of repoman checks
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 31829c55d..087935ba7 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"