We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aa7c81 commit a679f30Copy full SHA for a679f30
README.md
@@ -1,3 +1,5 @@
1
+[![Build Status][Travis badge]][Travis]
2
+
3
## Travis builds now enabled
4
5
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
105
107
Please see the [wiki](https://github.com/daveclayton/json-schema-validator/wiki/) for more
106
108
details.
109
110
+[Travis Badge]: https://api.travis-ci.org/daveclayton/json-schema-validator.svg?branch=master
111
+[Travis]: https://travis-ci.org/daveclayton/json-schema-validator
0 commit comments