From 773651e537d88892f011c46cdf60750f00b112c3 Mon Sep 17 00:00:00 2001 From: Nicholas Lativy Date: Sat, 4 Apr 2026 20:57:25 +0100 Subject: [PATCH] Remove build status from README.md Image was not loading correctly. --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index fc30b18..b721e8f 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,5 @@ # Acai -[![Build Status](https://travis-ci.org/google/acai.svg?branch=master)]( -https://travis-ci.org/google/acai) -[![Coverage Status](https://coveralls.io/repos/google/acai/badge.svg)]( -https://coveralls.io/r/google/acai?branch=master) - Acai makes it easy to write functional tests of your application with JUnit4 and Guice.