From 8de20f98d33bc3c3797f983325497bb0bd9de041 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Wed, 6 Sep 2023 20:09:51 +0200 Subject: [PATCH] Remove Travis CI It was replaced by a GitHub action, so replace the build status badge, too. Signed-off-by: Stefan Weil --- .travis.yml | 8 -------- .zipignore | 1 - README.md | 4 ++-- 3 files changed, 2 insertions(+), 11 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index f769d22..0000000 --- a/.travis.yml +++ /dev/null @@ -1,8 +0,0 @@ -language: cpp -dist: trusty -sudo: true -script: - - sudo add-apt-repository -y ppa:alex-p/tesseract-ocr - - sudo apt-get update - - make all - - cd example && make deps roundtrip diff diff --git a/.zipignore b/.zipignore index d7a6e3f..bcba908 100644 --- a/.zipignore +++ b/.zipignore @@ -1,5 +1,4 @@ .git -.travis.yml .zipignore .gitignore example diff --git a/README.md b/README.md index 9b6dd44..bfcf5c4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # ocr-fileformat [![Codacy Badge](https://api.codacy.com/project/badge/Grade/46847fb2bf764f77bd8feb35b003120a)](https://www.codacy.com/app/UB-Mannheim/ocr-fileformat?utm_source=github.com&utm_medium=referral&utm_content=UB-Mannheim/ocr-fileformat&utm_campaign=badger) -[![Build Status](https://travis-ci.org/UB-Mannheim/ocr-fileformat.svg?branch=master)](https://travis-ci.org/UB-Mannheim/ocr-fileformat) +[![Build Status](https://github.com/UB-Mannheim/ocr-fileformat/actions/workflows/ci.yml/badge.svg)](https://github.com/UB-Mannheim/ocr-fileformat/actions/workflows/ci.yml) [![GitHub release](https://img.shields.io/github/release/UB-Mannheim/ocr-fileformat.svg?maxAge=3600)](https://github.com/UB-Mannheim/ocr-fileformat/releases) [![ocr-fileformat Docker build](https://img.shields.io/docker/automated/ubma/ocr-fileformat.svg?maxAge=2592000?style=plastic)](https://hub.docker.com/r/ubma/ocr-fileformat) @@ -258,4 +258,4 @@ During the installation process several projects are included (in [`./vendor`](. * [format-converters](https://github.com/OCR-D/format-converters) by OCR-D, [`Apache 2.0`](https://github.com/OCR-D/format-converters/blob/master/LICENSE) * [prima-page-converter](https://github.com/PRImA-Research-Lab/prima-page-converter/) by PRImA Research Lab , [`Apache 2.0`](https://github.com/PRImA-Research-Lab/prima-page-converter/blob/master/LICENSE) * [page-to-alto](https://github.com/kba/page-to-alto/) by Konstantin Baierer @kba, [`Apache 2.0`](https://github.com/OCR-D/format-converters/blob/master/LICENSE) -* [textract2page](https://github.com/slub/textract2page/) by Arne Rümmler @rue-a, [`Apache 2.0`](https://github.com/OCR-D/format-converters/blob/master/LICENSE) \ No newline at end of file +* [textract2page](https://github.com/slub/textract2page/) by Arne Rümmler @rue-a, [`Apache 2.0`](https://github.com/OCR-D/format-converters/blob/master/LICENSE)