docs: switch build shield to circleci
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# dokku redis [](https://travis-ci.org/dokku/dokku-redis) [](https://webchat.freenode.net/?channels=dokku)
|
# dokku redis [](https://circleci.com/gh/dokku/dokku-redis/tree/master) [](https://webchat.freenode.net/?channels=dokku)
|
||||||
|
|
||||||
Official redis plugin for dokku. Currently defaults to installing [redis 5.0.7](https://hub.docker.com/_/redis/).
|
Official redis plugin for dokku. Currently defaults to installing [redis 5.0.7](https://hub.docker.com/_/redis/).
|
||||||
|
|
||||||
|
|||||||
@@ -19,8 +19,8 @@ def compile(service, version, alias, scheme, ports, unimplemented, dokku_version
|
|||||||
def header(service):
|
def header(service):
|
||||||
return " ".join([
|
return " ".join([
|
||||||
f"# dokku {service}",
|
f"# dokku {service}",
|
||||||
f"[](https://travis-ci.org/dokku/dokku-{service})",
|
f"[](https://circleci.com/gh/dokku/dokku-{service}/tree/master)",
|
||||||
f"[](https://webchat.freenode.net/?channels=dokku)",
|
f"[](https://webchat.freenode.net/?channels=dokku)",
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user