File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,9 +62,8 @@ of many continuous-integration systems. There are two hosted services which
6262when used in conjunction provide automated testing across Linux, Mac and
6363Windows:
6464
65- - `Travis CI <https://travis-ci.com >`_ provides both a Linux and a macOS
66- environment. The Linux environment is Ubuntu 12.04 LTS Server Edition 64 bit
67- while the macOS is 10.9.2 at the time of writing.
65+ - `GitHub Actions <https://docs.github.com/en/actions >`_ provides Windows,
66+ Linux and a macOS environments.
6867 - `Appveyor <https://www.appveyor.com/ >`_ provides a Windows environment
6968 (Windows Server 2012).
7069
@@ -76,7 +75,7 @@ Windows:
7675 TODO How do we keep the Travis Linux and macOS versions up-to-date in this
7776 document?
7877
79- Both `Travis CI `_ and Appveyor _ require a `YAML
78+ Both `GitHub Actions `_ and Appveyor _ require a `YAML
8079<https://yaml.org> `_-formatted file as specification for the instructions
8180for testing. If any tests fail, the output log for that specific configuration
8281can be inspected.
You can’t perform that action at this time.
0 commit comments