From a15577f97c0bda67a711a334feb7bb73b3b0f97f Mon Sep 17 00:00:00 2001 From: BrandonRomano Date: Sat, 1 Apr 2017 15:43:59 -0400 Subject: [PATCH] Add badges --- .travis.yml | 4 ++++ README.md | 2 ++ 2 files changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9a90a98..3d37f66 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,9 @@ language: go go: + - 1.2 + - 1.3 + - 1.4 + - 1.5 - 1.6 - 1.7 - 1.8 diff --git a/README.md b/README.md index 408c0e1..f24f142 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@

Go Carrot

# Validator +[![Build Status](https://travis-ci.org/go-carrot/validator.svg?branch=master)](https://travis-ci.org/go-carrot/validator) [![codecov](https://codecov.io/gh/go-carrot/validator/branch/master/graph/badge.svg)](https://codecov.io/gh/go-carrot/validator) + Validator is a library that performs flexible string validation. ## Sample Usage