Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2017-08-25 11:15:58 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2017-08-25 11:40:02 +0300
commita9ee70b688672834b87aa37fceb89be1082c0b6b (patch)
treeb5afdd4be7a1dcd60ac502298ef29c6283e60c04 /.drone.yml
parent992c91e2886a72b08bc635bef790cb91cfde5b3e (diff)
[drone] Give redis a change to fireup
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
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 fa01dd4dcfb..b6d6480169d 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -533,9 +533,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"