diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-04-25 10:46:51 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-25 10:46:51 -0300 |
commit | bcf587542c0777f9b12a96dcecda6c68db647177 (patch) | |
tree | 60b915fc00bd32a60adb5b2b9b85190067c8e5e4 /.drone.yml | |
parent | 6f2df5e49570d6c4a5b2f48a931ddf3a5fbd4c39 (diff) | |
parent | 7ea492b69a24435c4aa62567cf31a0a246afc517 (diff) | |
download | nextcloud-server-bcf587542c0777f9b12a96dcecda6c68db647177.tar.gz nextcloud-server-bcf587542c0777f9b12a96dcecda6c68db647177.zip |
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.yml | 8 |
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 |