Add CI (continuous integration) badges to README
authorAndy Li <andy@onthewings.net>
Sat, 6 Aug 2016 16:27:00 +0000 (00:27 +0800)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 18 Aug 2016 17:54:33 +0000 (20:54 +0300)
README.md

index e42b69d..4320ba3 100644 (file)
--- 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++.