From 4a73053cfc04222542db554d66872727bed9a6a5 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Wed, 10 Feb 2021 18:22:52 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20Replace=20Travis=20with=20Circle?= =?UTF-8?q?CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c02a7bb..6d82541 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ dinglehopper is an OCR evaluation tool and reads compares a ground truth (GT) document page with a OCR result page to compute metrics and a word/character differences report. -[![Build Status](https://travis-ci.org/qurator-spk/dinglehopper.svg?branch=master)](https://travis-ci.org/qurator-spk/dinglehopper) +[![Build Status](https://circleci.com/gh/qurator-spk/dinglehopper.svg?style=svg)](https://circleci.com/gh/qurator-spk/dinglehopper) Goals -----