diff --git a/README.md b/README.md index 8ea0e2b59..bbb7fe78b 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,11 @@
GRR Rapid Response is an incident response framework focused on remote live forensics.
-[![Build Status](https://travis-ci.org/google/grr.svg?branch=master)](https://travis-ci.org/google/grr)
-[![Build status](https://ci.appveyor.com/api/projects/status/o30jv69p5muc12r5?svg=true)](https://ci.appveyor.com/project/destijl/grr)
+| Build Type | Status |
+| :--------------- | :----- |
+| Linux & MacOS | [![Build Status](https://travis-ci.org/google/grr.svg?branch=master)](https://travis-ci.org/google/grr) |
+| Windows | [![Build status](https://ci.appveyor.com/api/projects/status/o30jv69p5muc12r5?svg=true)](https://ci.appveyor.com/project/destijl/grr) |
+| End-to-end Tests | [![Build status](https://ci.appveyor.com/api/projects/status/ir4bq9577xwxt6t3?svg=true)](https://ci.appveyor.com/project/grr/grr) |
GRR is a python client (agent) that is installed on target systems, and
python server infrastructure that can manage and talk to clients.