Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: /
Date: Tue, 29 Mar 2016 17:53:36
Message-Id: 1459273985.48e6cc09cedfb832679b1b803e72bf7b1ae6a754.jlec@gentoo
1 commit: 48e6cc09cedfb832679b1b803e72bf7b1ae6a754
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 29 17:53:05 2016 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 29 17:53:05 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=48e6cc09
7
8 Don't exit but false
9
10 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
11
12 .travis.yml | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/.travis.yml b/.travis.yml
16 index a702e5a..0cc8a96 100644
17 --- a/.travis.yml
18 +++ b/.travis.yml
19 @@ -36,7 +36,7 @@ script:
20 # You can append own scripts after this line
21
22 - wget "https://raw.githubusercontent.com/mgorny/gentoo-xml-schema/master/metadata.xsd" -O metadata.xsd
23 - - xmllint --noout --schema metadata.xsd */*/metadata.xml 2>&1 | grep "fails to validate"; [[ ${PIPESTATUS[0]} == 0 ]] || exit 1
24 + - xmllint --noout --schema metadata.xsd */*/metadata.xml 2>&1 | grep "fails to validate"; [[ ${PIPESTATUS[0]} == 0 ]] || false
25
26 notifications:
27 irc: "chat.freenode.net#gentoo-science"