summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Unterwaditzer <markus@unterwaditzer.net>2014-11-08 16:58:18 +0100
committerMarkus Unterwaditzer <markus@unterwaditzer.net>2014-11-08 16:58:18 +0100
commit08321cdcd8756dc5dfc16fdc6094dc5ea7fc202f (patch)
tree9dc46a7ed1fc0fe793557022a235dca1fbb6f92f
parent3046a04ed35435a7e17815f07e1f67156bece413 (diff)
add travis badge
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 56e44b0..30aea69 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# VObject parser for Rust
+[![Build Status](https://travis-ci.org/untitaker/rust-vobject.svg?branch=master)](https://travis-ci.org/untitaker/rust-vobject)
+
This is a primitive unstable vobject parser for Rust, originally written for [a
simple addressbook script](https://github.com/untitaker/mates.rs) and based on
[rust-peg](https://github.com/kevinmehall/rust-peg).