From: Derek Mauro Date: Fri, 12 Jul 2024 17:30:28 +0000 (-0700) Subject: README.md: Remove outdated notes about continuous integration and X-Git-Tag: v1.15.0~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4b21f1abddaf7d28388d7430bab69a81eccb1909;p=googletest.git README.md: Remove outdated notes about continuous integration and documentation PiperOrigin-RevId: 651816538 Change-Id: I3c85b4a26aff8277c627b99b1c5805bad0d29df6 --- diff --git a/README.md b/README.md index c1c1446..4290146 100644 --- a/README.md +++ b/README.md @@ -26,16 +26,12 @@ The 1.14.x branch requires at least C++14. #### Continuous Integration -We use Google's internal systems for continuous integration. \ -GitHub Actions were added for the convenience of open-source contributors. They -are exclusively maintained by the open-source community and not used by the -GoogleTest team. +We use Google's internal systems for continuous integration. #### Coming Soon * We are planning to take a dependency on [Abseil](https://github.com/abseil/abseil-cpp). -* More documentation improvements are planned. ## Welcome to **GoogleTest**, Google's C++ test framework!