diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-03-16 23:54:13 -0600 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-04-11 14:59:30 -0500 |
commit | 749046a799927125e60dc0b8353c495f5828295f (patch) | |
tree | dab8edbac4b1e46106dcd7aa2cf5450c19a5cdce /.drone.yml | |
parent | d1081e79402fa02151cec411f7dbcdf1f792a5dc (diff) | |
download | nextcloud-server-749046a799927125e60dc0b8353c495f5828295f.tar.gz nextcloud-server-749046a799927125e60dc0b8353c495f5828295f.zip |
Add drone.yml config
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to '.drone.yml')
-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 |