summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-05-06 14:07:33 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-05-06 14:09:11 -0700
commit36ab6fcfb426000eeb2d341d049f65a3d3d46450 (patch)
tree0cb826d248667d8549fec0ea8d27dd50ef42a835 /README.md
parentb0cef6e94f871b13f020c0df1af8d1883b6859b2 (diff)
Added build status badges to README.md.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0fa1d8a..5d63b7e 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,9 @@
cmark
=====
+[![Build Status]](https://travis-ci.org/jgm/cmark)
+[![Windows Build Status]](https://ci.appveyor.com/project/jgm/cmark)
+
`cmark` is the C reference implementation of [CommonMark], a
rationalized version of Markdown syntax with a [spec][the spec].
(For the JavaScript reference implementation, see
@@ -158,3 +161,5 @@ most of the C library's API and its test harness.
[cmake]: http://www.cmake.org/download/
[re2c]: http://re2c.org
[commonmark.js]: https://github.com/jgm/commonmark.js
+[Build Status]: https://img.shields.io/travis/jgm/cmark/master.svg?style=flat
+[Windows Build Status]: https://ci.appveyor.com/api/projects/status/32r7s2skrgm9ubva?svg=true