diff options
author | Nejc Habjan <hab.nejc@gmail.com> | 2021-01-31 18:25:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-31 18:25:03 +0100 |
commit | 071d699f7e4bf7eb3aa49b78f9cc9e56a473e281 (patch) | |
tree | 725efb96be6cd1c0b4c183d40bab4998101d95e7 | |
parent | 48cb89bad043f7e406e2358a20512653fc40556d (diff) | |
parent | 2ba5ba244808049aad1ee3b42d1da258a9db9f61 (diff) | |
download | gitlab-071d699f7e4bf7eb3aa49b78f9cc9e56a473e281.tar.gz |
Merge pull request #1276 from python-gitlab/bufferoverflow-patch-1
docs: switch from travis-ci.org to GitHub Actions
-rw-r--r-- | README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ -.. image:: https://travis-ci.org/python-gitlab/python-gitlab.svg?branch=master - :target: https://travis-ci.org/python-gitlab/python-gitlab +.. image:: https://github.com/python-gitlab/python-gitlab/workflows/Test/badge.svg + :target: https://github.com/python-gitlab/python-gitlab/actions .. image:: https://badge.fury.io/py/python-gitlab.svg :target: https://badge.fury.io/py/python-gitlab |