README.md: Remove outdated notes about continuous integration and

documentation

PiperOrigin-RevId: 651816538
Change-Id: I3c85b4a26aff8277c627b99b1c5805bad0d29df6
This commit is contained in:
Derek Mauro 2024-07-12 10:30:28 -07:00 committed by Copybara-Service
parent b4aaf97d8f
commit 4b21f1abdd

View File

@ -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!