From 658620b0e47f6b11da32fb4e3b5af30c4b1897db Mon Sep 17 00:00:00 2001 From: Andy Li Date: Sun, 7 Aug 2016 00:27:00 +0800 Subject: [PATCH] Add CI (continuous integration) badges to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e42b69d7..4320ba37 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Boehm-Demers-Weiser Garbage Collector +[![Travis-CI build status](https://travis-ci.org/ivmai/bdwgc.svg?branch=master)](https://travis-ci.org/ivmai/bdwgc) +[![AppVeyor CI build status](https://ci.appveyor.com/api/projects/status/github/ivmai/bdwgc?branch=master&svg=true)](https://ci.appveyor.com/project/ivmai/bdwgc) + This is version 7.7.0 (next release development) of a conservative garbage collector for C and C++. -- 2.40.0