From 881bb98ab5f6bf01e3142fbdb6eda9eadf367925 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sat, 22 May 2021 17:17:46 +0200 Subject: Use GitHub Actions badge in the readme --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index acf56a6..c9747da 100644 --- a/README.rst +++ b/README.rst @@ -61,11 +61,11 @@ production it is advised to use the package built from sources. .. _install: https://www.psycopg.org/docs/install.html#install-from-source .. _faq: https://www.psycopg.org/docs/faq.html#faq-compile -:Linux/OSX: |travis| +:Linux/OSX: |gh-actions| :Windows: |appveyor| -.. |travis| image:: https://travis-ci.org/psycopg/psycopg2.svg?branch=master - :target: https://travis-ci.org/psycopg/psycopg2 +.. |gh-actions| image:: https://github.com/psycopg/psycopg2/actions/workflows/tests.yml/badge.svg + :target: https://github.com/psycopg/psycopg2/actions/workflows/tests.yml :alt: Linux and OSX build status .. |appveyor| image:: https://ci.appveyor.com/api/projects/status/github/psycopg/psycopg2?branch=master&svg=true -- cgit v1.2.1