diff options
author | Derek Mauro <dmauro@google.com> | 2024-07-12 17:30:28 (GMT) |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2024-07-12 17:31:17 (GMT) |
commit | 4b21f1abddaf7d28388d7430bab69a81eccb1909 (patch) | |
tree | 8af8c4b9c91c136fba130f4ec99ba0a7ddea0010 | |
parent | b4aaf97d8f7eaffab79aa15e10a91b331b941fe2 (diff) | |
download | googletest-4b21f1abddaf7d28388d7430bab69a81eccb1909.zip googletest-4b21f1abddaf7d28388d7430bab69a81eccb1909.tar.gz googletest-4b21f1abddaf7d28388d7430bab69a81eccb1909.tar.bz2 |
README.md: Remove outdated notes about continuous integration and
documentation
PiperOrigin-RevId: 651816538
Change-Id: I3c85b4a26aff8277c627b99b1c5805bad0d29df6
-rw-r--r-- | README.md | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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! |