From 69e537c051ccbf9c3c401dca8f9e819ada637949 Mon Sep 17 00:00:00 2001 From: Semyon Pupkov Date: Sat, 7 Nov 2020 20:28:17 +0500 Subject: [PATCH] Change build badge from travis to github actions --- README.md | 6 +++--- README.rst | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d813508..73ce5bf 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,13 @@ A [Django](https://www.djangoproject.com/) integration for [Graphene](http://graphene-python.org/). -[![travis][travis-image]][travis-url] +[![build][build-image]][build-url] [![pypi][pypi-image]][pypi-url] [![Anaconda-Server Badge][conda-image]][conda-url] [![coveralls][coveralls-image]][coveralls-url] -[travis-image]: https://travis-ci.org/graphql-python/graphene-django.svg?branch=master&style=flat -[travis-url]: https://travis-ci.org/graphql-python/graphene-django +[build-image]: https://github.com/graphql-python/graphene-django/workflows/Tests/badge.svg +[build-url]: https://github.com/graphql-python/graphene-django/actions [pypi-image]: https://img.shields.io/pypi/v/graphene-django.svg?style=flat [pypi-url]: https://pypi.org/project/graphene-django/ [coveralls-image]: https://coveralls.io/repos/github/graphql-python/graphene-django/badge.svg?branch=master diff --git a/README.rst b/README.rst index 44feaee..dc7275c 100644 --- a/README.rst +++ b/README.rst @@ -114,8 +114,8 @@ Contributing See `CONTRIBUTING.md `__. .. |Graphene Logo| image:: http://graphene-python.org/favicon.png -.. |Build Status| image:: https://travis-ci.org/graphql-python/graphene-django.svg?branch=master - :target: https://travis-ci.org/graphql-python/graphene-django +.. |Build Status| image:: https://github.com/graphql-python/graphene-django/workflows/Tests/badge.svg + :target: https://github.com/graphql-python/graphene-django/actions .. |PyPI version| image:: https://badge.fury.io/py/graphene-django.svg :target: https://badge.fury.io/py/graphene-django .. |Coverage Status| image:: https://coveralls.io/repos/graphql-python/graphene-django/badge.svg?branch=master&service=github