1
0
Fork 0
mirror of https://github.com/Oreolek/kangana.git synced 2024-05-05 02:28:17 +03:00

path fixes

This commit is contained in:
Alexander Yakovlev 2016-11-12 13:10:20 +07:00
parent 47541e24ac
commit a1ec45d49e

View file

@ -9,7 +9,7 @@ before_script:
# - cd php-codesniffer
# - scripts/phpcs --config-set installed_paths ../kohana-coding-standards
script:
- find {application} -name "*.php" -print0 \
- find . -name "*.php" -print0 \
| xargs -0 -n1 -P8 php -l \
| grep -v '^No syntax errors detected' \
; test $? -eq 1