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:
authorMorris Jobke <hey@morrisjobke.de>2017-05-03 23:31:09 +0300
committerMorris Jobke <hey@morrisjobke.de>2017-05-12 01:07:25 +0300
commitfe5a4dd4995fcf6fdb3546dab103a5eb84d28f72 (patch)
tree24df591f345e78f2d5bd0ce133e095848867a7a1 /.drone.yml
parentf73ca1b77fd1b961181e2a0086a688ffac19603c (diff)
Make cache tests a bit more clear
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index b313760a5d2..589d67f8f29 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -529,6 +529,7 @@ pipeline:
memcache-redis-cluster:
image: nextcloudci/php7.0:php7.0-7
commands:
+ - sleep 10
- ./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"