From 74d0e52ab309b2269bea82c852c828b6b5345a54 Mon Sep 17 00:00:00 2001 From: Dean Karn Date: Fri, 8 May 2015 12:10:16 -0400 Subject: [PATCH] Update README.md update branch url for travis ci --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95c6b65..4c1991a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Package validator ================ -[![Build Status](https://travis-ci.org/bluesuncorp/validator.svg?branch=v5.0.2)](https://travis-ci.org/bluesuncorp/validator) +[![Build Status](https://travis-ci.org/bluesuncorp/validator.svg?branch=v5.1)](https://travis-ci.org/bluesuncorp/validator) [![GoDoc](https://godoc.org/gopkg.in/bluesuncorp/validator.v5?status.svg)](https://godoc.org/gopkg.in/bluesuncorp/validator.v5) Package validator implements value validations for structs and individual fields based on tags.