bpo-46178: Remove/rename redundant Travis CI code (#30309)

This commit is contained in:
Hugo van Kemenade 2021-12-31 02:16:27 +02:00 committed by GitHub
parent 82c2b54a35
commit 2cf7d02b99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 23 deletions

View file

@ -72,8 +72,9 @@ test runner
a GUI tool for test discovery and execution. This is intended largely for ease of use
for those new to unit testing. For production environments it is
recommended that tests be driven by a continuous integration system such as
`Buildbot <https://buildbot.net/>`_, `Jenkins <https://jenkins.io/>`_
or `Travis-CI <https://travis-ci.com>`_, or `AppVeyor <https://www.appveyor.com/>`_.
`Buildbot <https://buildbot.net/>`_, `Jenkins <https://jenkins.io/>`_,
`GitHub Actions <https://github.com/features/actions>`_, or
`AppVeyor <https://www.appveyor.com/>`_.
.. _unittest-minimal-example: