diff options
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 7 |
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: |