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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-04-25 12:01:34 +0300
committerJoas Schilling <coding@schilljs.com>2017-04-25 12:01:34 +0300
commitdee2c8d23bc4c1fc83c1263cf29ea2de2b1098ec (patch)
tree2df4113fe22ea073aa8afc4201087bffb516c43a /.drone.yml
parent133f3fdc9aec28383dba323d58569eddd160b0df (diff)
Check whether we can json decode the translations
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index 9b6a01bd4f0..6dccfa6d4d8 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -26,6 +26,13 @@ pipeline:
when:
matrix:
TESTS: check-mergejs
+ translation-check:
+ image: nextcloudci/php7.0:php7.0-7
+ commands:
+ - php ./build/translation-checker.php
+ when:
+ matrix:
+ TESTS: translation-check
app-check-code:
image: nextcloudci/php7.0:php7.0-7
commands: