From 05ff5e3c4437bc9450e6919622db55aad28b64b6 Mon Sep 17 00:00:00 2001 From: Cody Soyland Date: Wed, 3 May 2017 16:04:09 -0500 Subject: [PATCH 1/2] Add CLA Assistant badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ef54f7553..43bb5212f 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ [![GoDoc](https://godoc.org/github.com/pilosa/pilosa?status.svg)](https://godoc.org/github.com/pilosa/pilosa) [![Go Report Card](https://goreportcard.com/badge/github.com/pilosa/pilosa)](https://goreportcard.com/report/github.com/pilosa/pilosa) [![license](https://img.shields.io/github/license/pilosa/pilosa.svg)](https://github.com/pilosa/pilosa/blob/master/LICENSE) +[![CLA Assistant](https://cla-assistant.io/readme/badge/pilosa/pilosa)](https://cla-assistant.io/pilosa/pilosa) [![GitHub release](https://img.shields.io/github/release/pilosa/pilosa.svg)](https://github.com/pilosa/pilosa/releases) ## An open source, distributed bitmap index. From 41c41b58ae2ba269658826dfbb88d6cd88e114dd Mon Sep 17 00:00:00 2001 From: Cody Soyland Date: Thu, 4 May 2017 09:00:12 -0500 Subject: [PATCH 2/2] Switch to open-source Travis CI --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43bb5212f..3d0388527 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@

-[![Build Status](https://travis-ci.com/pilosa/pilosa.svg?token=Peb4jvQ3kLbjUEhpU5aR&branch=master)](https://travis-ci.com/pilosa/pilosa) +[![Build Status](https://travis-ci.org/pilosa/pilosa.svg?branch=master)](https://travis-ci.org/pilosa/pilosa) [![GoDoc](https://godoc.org/github.com/pilosa/pilosa?status.svg)](https://godoc.org/github.com/pilosa/pilosa) [![Go Report Card](https://goreportcard.com/badge/github.com/pilosa/pilosa)](https://goreportcard.com/report/github.com/pilosa/pilosa) [![license](https://img.shields.io/github/license/pilosa/pilosa.svg)](https://github.com/pilosa/pilosa/blob/master/LICENSE)