Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2016-12-06 00:01:55 +0300
committerLukas Reschke <lukas@statuscode.ch>2016-12-06 00:01:55 +0300
commitb08d16606f318f861800d124e8cf74389951ebe2 (patch)
tree267b0e36cd004f656a8f3b1cdcc76bab5ae4e2ab /.travis.yml
parenta6d0a5e5abda723437abf5e6579e7e64071268a9 (diff)
Add missing space
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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"