From 6486d35dff1cb0ba7364a534f322d129ca8a706e Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2020 02:24:35 +0000 Subject: [PATCH] chore(readme): remove Greenkeeper badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fdc59d6..436c7fc 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ One-wise combinatorial testing generator -[![Build Status](https://travis-ci.org/thiagodp/one-wise.svg?branch=master)](https://travis-ci.org/thiagodp/one-wise) [![Greenkeeper badge](https://badges.greenkeeper.io/thiagodp/one-wise.svg)](https://greenkeeper.io/) +[![Build Status](https://travis-ci.org/thiagodp/one-wise.svg?branch=master)](https://travis-ci.org/thiagodp/one-wise) > A **1-wise** (*a.k.a.* **1-way**) testing generator guarantees that at least one value of each group appears in the generated tests. The produced array has exactly the length of the largest input array.