Skip to content

Commit e89d8c5

Browse files
committed
fix travis links
1 parent c8aad72 commit e89d8c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
logwrap
22
=======
33

4-
.. image:: https://travis-ci.com/python-useful-helpers/logwrap.svg?branch=master
5-
:target: https://travis-ci.com/python-useful-helpers/logwrap
4+
.. image:: https://app.travis-ci.com/python-useful-helpers/logwrap.svg?branch=master
5+
:target: https://app.travis-ci.com/github/python-useful-helpers/logwrap
66
.. image:: https://github.com/python-useful-helpers/logwrap/workflows/Python%20package/badge.svg
77
:target: https://github.com/python-useful-helpers/logwrap/actions
88
.. image:: https://coveralls.io/repos/github/python-useful-helpers/logwrap/badge.svg?branch=master
@@ -381,12 +381,12 @@ CI systems
381381
==========
382382
For code checking several CI systems is used in parallel:
383383

384-
1. `Travis CI: <https://travis-ci.com/python-useful-helpers/logwrap>`_ is used for checking: PEP8, pylint, bandit, installation possibility and unit tests. Also it's publishes coverage on coveralls.
384+
1. `Travis CI: <https://app.travis-ci.com/github/python-useful-helpers/logwrap>`_ is used for checking: PEP8, pylint, bandit, installation possibility and unit tests. Also it's publishes coverage on coveralls.
385385

386386
2. `coveralls: <https://coveralls.io/github/python-useful-helpers/logwrap>`_ is used for coverage display.
387387

388388
3. `GitHub: <https://github.com/python-useful-helpers/logwrap/actions>`_ is used for functional tests.
389389

390390
CD systems
391391
==========
392-
1. `Travis CI: <https://travis-ci.com/python-useful-helpers/logwrap>`_ is used for linux and SDIST package delivery on PyPI.
392+
1. `Travis CI: <https://app.travis-ci.com/github/python-useful-helpers/logwrap>`_ is used for linux and SDIST package delivery on PyPI.

0 commit comments

Comments
 (0)