Add missing space

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
Lukas Reschke 2016-12-05 22:01:55 +01:00
parent a6d0a5e5ab
commit b08d16606f
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1

View File

@ -27,7 +27,7 @@ before_install:
- ./occ app:list
script:
- cd apps/$APP_NAME/
- cd apps/$APP_NAME/
# Test the app
- sh -c "if [ '$JSTESTS' != '1' -a '$CODECHECK' = '1' ]; then find . -name \*.php -exec php -l \"{}\" \;; fi"