chore: drop travis mentioning in docs and comments

This commit is contained in:
Konstantin Akimov 2024-03-26 02:02:52 +07:00
parent 8daef64f04
commit 20219690a8
No known key found for this signature in database
GPG Key ID: 2176C4A5D01EA524
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
FROM phusion/baseimage:focal-1.0.0
LABEL maintainer="Dash Developers <dev@dash.org>"
LABEL description="Dockerised DashCore, built from Travis"
LABEL description="Dockerised DashCore, built from CI"
ARG USER_ID
ARG GROUP_ID

View File

@ -1,4 +1,4 @@
This docker image is built and pushed from travis. It does not contain any default configs or any
This docker image is built and pushed from CI. It does not contain any default configs or any
special startup scripts. This is to keep it simple and to not copy too much logic from the
official/supported Docker Images found at https://hub.docker.com/r/dashpay/dashd/

View File

@ -102,7 +102,7 @@ def main():
# Iterate through commits
while True:
# Log a message to prevent Travis from timing out
# Log a message to prevent CI from timing out
logging.debug("verify-commits: [in-progress] processing commit {}".format(current_commit[:8]))
if current_commit == verified_root: