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:
authorMorris Jobke <hey@morrisjobke.de>2017-04-25 16:46:51 +0300
committerGitHub <noreply@github.com>2017-04-25 16:46:51 +0300
commitbcf587542c0777f9b12a96dcecda6c68db647177 (patch)
tree60b915fc00bd32a60adb5b2b9b85190067c8e5e4 /.drone.yml
parent6f2df5e49570d6c4a5b2f48a931ddf3a5fbd4c39 (diff)
parent7ea492b69a24435c4aa62567cf31a0a246afc517 (diff)
Merge pull request #4485 from nextcloud/translation-checker
Check whether we can json decode the translations
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index 4f2e14820de..6302736e0d6 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:
@@ -543,6 +550,7 @@ pipeline:
matrix:
include:
- TESTS: signed-off-check
+ - TESTS: translation-check
- TESTS: htaccess-checker
- TESTS: nodb-codecov
- TESTS: db-codecov