summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJérémy Faivre <contact@jeremyfa.com>2016-02-28 16:05:31 +0100
committerJérémy Faivre <contact@jeremyfa.com>2016-02-28 16:05:31 +0100
commit92c412bc3f087eb9116bd3e7bd70890457dedd7b (patch)
tree5e5cf69315bbc5ac47e9208b1f589a10f71d285f
parent6273e1ece5a29dbb410f2e040159b3c8cedcfbcd (diff)
downloadyamljs-92c412bc3f087eb9116bd3e7bd70890457dedd7b.tar.gz
Add build status in README.md
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3a275bf..d3fae46 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
yaml.js
=======
+![Build status](https://travis-ci.org/jeremyfa/yaml.js.svg?branch=develop)
+
Standalone JavaScript YAML 1.2 Parser & Encoder. Works under node.js and all major browsers. Also brings command line YAML/JSON conversion tools.
Mainly inspired from [Symfony Yaml Component](https://github.com/symfony/Yaml).