Skip to content

Commit aee1973

Browse files
authored
Update references from Travis to GitHub Actions
1 parent 28f94d0 commit aee1973

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/guides/supporting-windows-using-appveyor.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ can be a challenge, because setting up a suitable Windows test environment is
2121
non-trivial, and may require buying software licenses.
2222

2323
The Appveyor service is a continuous integration service, much like the
24-
better-known `Travis`_ service that is commonly used for testing by projects
24+
better-known `GitHub Actions`_ service that is commonly used for testing by projects
2525
hosted on `GitHub`_. However, unlike Travis, the build workers on Appveyor are
2626
Windows hosts and have the necessary compilers installed to build Python
2727
extensions.
@@ -237,6 +237,6 @@ For reference, the SDK setup support script is listed here:
237237
:linenos:
238238

239239
.. _Appveyor: https://www.appveyor.com/
240-
.. _Travis: https://travis-ci.com/
241240
.. _GitHub: https://github.com
241+
.. _GitHub Actions: https://docs.github.com/en/actions
242242
.. _Bitbucket: https://bitbucket.org/

0 commit comments

Comments
 (0)