From b08d16606f318f861800d124e8cf74389951ebe2 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Mon, 5 Dec 2016 22:01:55 +0100 Subject: [PATCH] Add missing space Signed-off-by: Lukas Reschke --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ff08e34e..f4082474 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"