From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D12B11382DE for ; Sat, 2 Jul 2016 08:28:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1BDE8E0B5F; Sat, 2 Jul 2016 08:28:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 91779E0B5F for ; Sat, 2 Jul 2016 08:28:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AC7D2340F58 for ; Sat, 2 Jul 2016 08:28:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8ABE2413 for ; Sat, 2 Jul 2016 08:28:42 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1467447959.139e0f0fe24fff0da48b3ab5673d1f2c9fa8d6e9.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: / X-VCS-Repository: proj/sci X-VCS-Files: .travis.yml X-VCS-Directories: / X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 139e0f0fe24fff0da48b3ab5673d1f2c9fa8d6e9 X-VCS-Branch: master Date: Sat, 2 Jul 2016 08:28:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 45ac6dd1-c7f3-4535-9317-4bf5337a23a4 X-Archives-Hash: 9c096225344665e90f5ed1930ebd1ca5 commit: 139e0f0fe24fff0da48b3ab5673d1f2c9fa8d6e9 Author: Justin Lecher gentoo org> AuthorDate: Sat Jul 2 08:25:59 2016 +0000 Commit: Justin Lecher gentoo 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 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"