commit: 48e6cc09cedfb832679b1b803e72bf7b1ae6a754
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 29 17:53:05 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Mar 29 17:53:05 2016 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=48e6cc09
Don't exit but false
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index a702e5a..0cc8a96 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -36,7 +36,7 @@ script:
# 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 ]] || exit 1
+ - xmllint --noout --schema metadata.xsd */*/metadata.xml 2>&1 | grep
"fails to validate"; [[ ${PIPESTATUS[0]} == 0 ]] || false
notifications:
irc: "chat.freenode.net#gentoo-science"