diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-03-29 18:53:05 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-03-29 18:53:05 +0100 |
commit | 48e6cc09cedfb832679b1b803e72bf7b1ae6a754 (patch) | |
tree | 106e6701316eceb761698c22e35d17a481f60e6e | |
parent | sci-biology/perlprimer: Follow pkgmove of perl-tk (diff) | |
download | sci-48e6cc09cedfb832679b1b803e72bf7b1ae6a754.tar.gz sci-48e6cc09cedfb832679b1b803e72bf7b1ae6a754.tar.bz2 sci-48e6cc09cedfb832679b1b803e72bf7b1ae6a754.zip |
Don't exit but false
Signed-off-by: Justin Lecher <jlec@gentoo.org>
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index a702e5a32..0cc8a9622 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" |