diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-08-25 00:17:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-25 00:17:59 +0200 |
commit | 15a29717f17264558650e6b141165244f950960e (patch) | |
tree | b84d90ba14bf954a6e8544d13aa1ba5d7d6ca065 | |
parent | 8b29ea53db749059eac4ee62b5b3b544db9d50a8 (diff) | |
parent | 3d22e7a6f5f32cea2605e67bbd9c2ab058a25790 (diff) | |
download | nextcloud-server-15a29717f17264558650e6b141165244f950960e.tar.gz nextcloud-server-15a29717f17264558650e6b141165244f950960e.zip |
Merge pull request #6244 from nextcloud/redis_cluster
[drone] Give redis a change to fireup
-rw-r--r-- | .drone.yml | 3 |
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" |