From a679f30d545906a8ff152bf0f2e25160a701b3f5 Mon Sep 17 00:00:00 2001 From: Andreas Gebhardt Date: Mon, 26 Dec 2016 18:41:23 +0100 Subject: [PATCH] add Travis badge --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ce673cd5e..9978c15bd 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Build Status][Travis badge]][Travis] + ## Travis builds now enabled Builds are now verified by Travis (see [issue #20](https://github.com/daveclayton/json-patch/issues/20) from the json-patch project for details) @@ -105,3 +107,5 @@ For a detailed discussion of the implementation, see Please see the [wiki](https://github.com/daveclayton/json-schema-validator/wiki/) for more details. +[Travis Badge]: https://api.travis-ci.org/daveclayton/json-schema-validator.svg?branch=master +[Travis]: https://travis-ci.org/daveclayton/json-schema-validator