summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index d3b8de6c5b1..adcf1cc0da2 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -647,9 +647,10 @@ pipeline:
matrix:
TEST: memcache-memcached
memcache-redis-cluster:
- image: nextcloudci/php7.0:php7.0-16
+ image: nextcloudci/php7.0:php7.0-17
commands:
- phpenmod xdebug
+ - sleep 20
- ./autotest.sh sqlite tests/lib/Memcache/RedisTest.php
- wget https://codecov.io/bash -O codecov.sh
- sh -c "if [ '$DRONE_BUILD_EVENT' = 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -P $DRONE_PULL_REQUEST -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-clover-sqlite.xml; fi"