summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2021-05-22 17:17:46 +0200
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2021-05-22 17:22:05 +0200
commit881bb98ab5f6bf01e3142fbdb6eda9eadf367925 (patch)
tree993e6b67aa688b3646f8f3ef662f5e605611a12a
parent56cd4709f847d5a6a6146b2acd232a46e829d08a (diff)
downloadpsycopg2-881bb98ab5f6bf01e3142fbdb6eda9eadf367925.tar.gz
Use GitHub Actions badge in the readme
-rw-r--r--README.rst6
1 files 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