diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2017-08-23 18:19:22 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-08-23 18:19:22 +0200 |
commit | ef223b776015ca69800877de824517235a573855 (patch) | |
tree | 06eb2459e994888968752614743a60d0934cd0e6 /.drone.yml | |
parent | 9357cf735a2ffbbd1291cfd8480cbc2342c361f7 (diff) | |
download | nextcloud-server-ef223b776015ca69800877de824517235a573855.tar.gz nextcloud-server-ef223b776015ca69800877de824517235a573855.zip |
Give redis a change to fireup
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml index 90d00537c06..f155f2e7495 100644 --- a/.drone.yml +++ b/.drone.yml @@ -650,6 +650,7 @@ pipeline: image: nextcloudci/php7.0:php7.0-16 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" |