1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

ci scripts: exit properly on failure

This commit is contained in:
Andrew Dolgov
2017-04-26 21:15:23 +03:00
parent 42b37a0f90
commit 87267ce355
2 changed files with 6 additions and 3 deletions
+3 -1
View File
@@ -1,3 +1,5 @@
#!/bin/sh -e
#!/bin/sh
set -e
exec find . -name "*.php" -not -path "*/lib/*" -print0 | xargs -0 -n1 php -l