diff options
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.drone.yml b/.drone.yml index 5cfba60cd45..5d4ab2ca963 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,13 +19,6 @@ pipeline: when: matrix: TESTS: check-autoloader - check-mergejs: - image: nextcloudci/php7.0:php7.0-7 - commands: - - bash ./build/mergejschecker.sh - when: - matrix: - TESTS: check-mergejs app-check-code: image: nextcloudci/php7.0:php7.0-7 commands: @@ -500,7 +493,6 @@ matrix: - TESTS: integration-ldap-features - TESTS: jsunit - TESTS: check-autoloader - - TESTS: check-mergejs - TESTS: app-check-code - TESTS: syntax-php5.6 - TESTS: syntax-php7.0 |