aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-04-08 23:19:50 +0200
committerGravatar GitHub <noreply@github.com> 2019-04-08 23:19:50 +0200
commit744a9e8cf00aef7dec0acfa5f90f0dcfa2ef8837 (patch)
treeffa4b7671c71c837a1f8f6f47de9ae07ce738d80 /.travis.yml
parentd008b6c1a7488b99e77287ba14f1fff3ec1a116b (diff)
parentda53cc902c5e0ac2a05e92ad6b7780b6354d0438 (diff)
Merge pull request #2368 from FreshRSS/dev1.14.2
FreshRSS 1.14.2
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index dbd4eb8f6..078a91109 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,6 +14,8 @@ install:
script:
- phpenv rehash
+ - find . -not -path "./lib/JSON.php" -name \*.php -print0 | xargs -0 -n1 -P4 php -l 1>/dev/null 2>php-l-results
+ - if [ -s php-l-results ]; then cat php-l-results; exit 1; fi
- |
if [[ $VALIDATE_STANDARD == yes ]]; then
COMPOSER_BIN=$(composer global config --absolute bin-dir)