From 4b21f1abddaf7d28388d7430bab69a81eccb1909 Mon Sep 17 00:00:00 2001 From: Derek Mauro Date: Fri, 12 Jul 2024 10:30:28 -0700 Subject: [PATCH] README.md: Remove outdated notes about continuous integration and documentation PiperOrigin-RevId: 651816538 Change-Id: I3c85b4a26aff8277c627b99b1c5805bad0d29df6 --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index c1c14465..4290146b 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!