From a1c037c1c6bee657d42c3164356e44bb9bde6c8d Mon Sep 17 00:00:00 2001 From: Filipp Ozinov Date: Mon, 2 Sep 2024 12:04:37 +0400 Subject: [PATCH] Removed travis.ci, switched to github actions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 76286d5..88ccdfa 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # PySyncObj -[![Build Status][travis-image]][travis] [![Windows Build Status][appveyor-image]][appveyor] [![Coverage Status][coverage-image]][coverage] [![Release][release-image]][releases] [![License][license-image]][license] [![gitter][gitter-image]][gitter] [![docs][docs-image]][docs] +[![Build Status][tests-image]][tests] [![Windows Build Status][appveyor-image]][appveyor] [![Coverage Status][coverage-image]][coverage] [![Release][release-image]][releases] [![License][license-image]][license] [![gitter][gitter-image]][gitter] [![docs][docs-image]][docs] -[travis-image]: https://github.com/bakwc/PySyncObj/actions/workflows/tests.yaml/badge.svg -[travis]: https://travis-ci.org/bakwc/PySyncObj +[tests-image]: https://github.com/bakwc/PySyncObj/actions/workflows/tests.yaml/badge.svg +[tests]: https://github.com/bakwc/PySyncObj/actions/workflows/tests.yaml [appveyor-image]: https://ci.appveyor.com/api/projects/status/github/bakwc/pysyncobj?branch=master&svg=true [appveyor]: https://ci.appveyor.com/project/bakwc/pysyncobj