Skip to content

Commit 0888c74

Browse files
authored
Change build badge from travis to github actions (#1058)
1 parent f554911 commit 0888c74

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33

44
A [Django](https://www.djangoproject.com/) integration for [Graphene](http://graphene-python.org/).
55

6-
[![travis][travis-image]][travis-url]
6+
[![build][build-image]][build-url]
77
[![pypi][pypi-image]][pypi-url]
88
[![Anaconda-Server Badge][conda-image]][conda-url]
99
[![coveralls][coveralls-image]][coveralls-url]
1010

11-
[travis-image]: https://travis-ci.org/graphql-python/graphene-django.svg?branch=master&style=flat
12-
[travis-url]: https://travis-ci.org/graphql-python/graphene-django
11+
[build-image]: https://github.com/graphql-python/graphene-django/workflows/Tests/badge.svg
12+
[build-url]: https://github.com/graphql-python/graphene-django/actions
1313
[pypi-image]: https://img.shields.io/pypi/v/graphene-django.svg?style=flat
1414
[pypi-url]: https://pypi.org/project/graphene-django/
1515
[coveralls-image]: https://coveralls.io/repos/github/graphql-python/graphene-django/badge.svg?branch=master

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ Contributing
114114
See `CONTRIBUTING.md <CONTRIBUTING.md>`__.
115115

116116
.. |Graphene Logo| image:: http://graphene-python.org/favicon.png
117-
.. |Build Status| image:: https://travis-ci.org/graphql-python/graphene-django.svg?branch=master
118-
:target: https://travis-ci.org/graphql-python/graphene-django
117+
.. |Build Status| image:: https://github.com/graphql-python/graphene-django/workflows/Tests/badge.svg
118+
:target: https://github.com/graphql-python/graphene-django/actions
119119
.. |PyPI version| image:: https://badge.fury.io/py/graphene-django.svg
120120
:target: https://badge.fury.io/py/graphene-django
121121
.. |Coverage Status| image:: https://coveralls.io/repos/graphql-python/graphene-django/badge.svg?branch=master&service=github

0 commit comments

Comments
 (0)