diff options
-rw-r--r-- | .drone.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml index b20d43ecc73..24e06dd1b25 100644 --- a/.drone.yml +++ b/.drone.yml @@ -457,6 +457,15 @@ pipeline: when: matrix: TESTS: integration-ldap-features + integration-trashbin: + image: nextcloudci/integration-php7.0:integration-php7.0-3 + commands: + - ./occ maintenance:install --admin-pass=admin + - cd build/integration + - ./run.sh features/trashbin.feature + when: + matrix: + TESTS: integration-trashbin nodb-codecov: image: nextcloudci/php7.0:php7.0-7 commands: @@ -528,6 +537,7 @@ matrix: - TESTS: integration-filesdrop-features - TESTS: integration-transfer-ownership-features - TESTS: integration-ldap-features + - TESTS: integration-trashbin - TESTS: jsunit - TESTS: check-autoloader - TESTS: check-mergejs |