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
23 changes: 1 addition & 22 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,6 @@ services:
matrix:
include:
# oc code style check
- PHP_VERSION: 5.6
TEST_SUITE: owncloud-coding-standard

- PHP_VERSION: 7.0
TEST_SUITE: owncloud-coding-standard

Expand Down Expand Up @@ -246,22 +243,14 @@ matrix:
NEED_SERVER: true
NEED_INSTALL_APP: true

- PHP_VERSION: 5.6
- PHP_VERSION: 7.0
OC_VERSION: daily-stable10-qa
TEST_SUITE: phpunit
DB_TYPE: sqlite
DB_NAME: owncloud
NEED_SERVER: true
NEED_INSTALL_APP: true

- PHP_VERSION: 5.6
OC_VERSION: daily-stable10-qa
TEST_SUITE: phpunit
DB_TYPE: mysql
DB_NAME: owncloud
NEED_SERVER: true
NEED_INSTALL_APP: true

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

#API acceptance tests
#PHP 5.6 with core stable10
- PHP_VERSION: 5.6
OC_VERSION: daily-stable10-qa
TEST_SUITE: api-acceptance
BEHAT_SUITE: apiCustomGroups
DB_TYPE: mysql
DB_NAME: owncloud
NEED_SERVER: true
NEED_INSTALL_APP: true

#PHP 7.0 with core stable10
- PHP_VERSION: 7.0
OC_VERSION: daily-stable10-qa
Expand Down