From 5a0fdabb758c298f81d61fccf448c4a834afbd6f Mon Sep 17 00:00:00 2001 From: Dean Karn Date: Sun, 1 Mar 2015 14:06:45 -0500 Subject: [PATCH] add travis ci build status add travis ci build status --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 307a09c..b0b2cfe 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ Package go-validate-yourself ================ +[![Build Status](https://travis-ci.org/joeybloggs/go-validate-yourself.svg?branch=v2-development)](https://travis-ci.org/joeybloggs/go-validate-yourself) Package validator implements value validations for structs and individual fields based on tags.