From a4f4c2357d63afd7bfa752e25ef16800890ff05a Mon Sep 17 00:00:00 2001 From: Leah Wasser Date: Wed, 1 Nov 2023 13:40:22 -0600 Subject: [PATCH] Update ci-tests-data/ci.md Co-authored-by: Nick Murphy --- ci-tests-data/ci.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-tests-data/ci.md b/ci-tests-data/ci.md index f98607cf..3ca0cbc1 100644 --- a/ci-tests-data/ci.md +++ b/ci-tests-data/ci.md @@ -55,7 +55,7 @@ templates that you can easily use and adapt to your own needs. :class: info - [Appveyor:](https://www.appveyor.com/) used to be a `GOTO` for running tests on Windows operating systems until GitHub actions evolved to support Windows. AppVeyor has evolved to support other operating systems since Microsoft acquired GitHub. -- [Travis CI:](https://www.travis-ci.com/) Used to be the most common CI platform used in our ecosystem until they dropped free support for open source. +- [Travis CI:](https://www.travis-ci.com/) Had been the most common CI platform used in our ecosystem until they dropped free support for open source. - [CircleCI:](https://circleci.com/) You will still see some people using CircleCI for specific tasks. CircleCi can be useful for automated builds of websites and documentation allowing you to preview the changes to that website in your browser. :::