Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 2 additions & 18 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ services:
matrix:
include:
# owncloud-coding-standard
- PHP_VERSION: 5.6
- PHP_VERSION: 7.0
TEST_SUITE: owncloud-coding-standard

# phpstan
Expand Down Expand Up @@ -229,18 +229,12 @@ matrix:
NEED_CORE: true
PHAN: true

- PHP_VERSION: 5.6
- PHP_VERSION: 7.0
OC_VERSION: daily-stable10-qa
TEST_SUITE: phpunit
DB_TYPE: sqlite
NEED_CORE: true

- PHP_VERSION: 5.6
OC_VERSION: daily-stable10-qa
TEST_SUITE: phpunit
DB_TYPE: mysql
NEED_CORE: true

- PHP_VERSION: 7.0
OC_VERSION: daily-stable10-qa
TEST_SUITE: phpunit
Expand Down Expand Up @@ -295,16 +289,6 @@ matrix:
NEED_SERVER: true
NEED_INSTALL_APP: true

- PHP_VERSION: 5.6
OC_VERSION: daily-stable10-qa
TEST_SUITE: api-acceptance
BEHAT_SUITE: apiTestingApp
DB_TYPE: mysql
DB_NAME: owncloud
NEED_CORE: true
NEED_SERVER: true
NEED_INSTALL_APP: true

- PHP_VERSION: 7.0
OC_VERSION: daily-stable10-qa
TEST_SUITE: api-acceptance
Expand Down