Skip to content

Commit

Permalink
Add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonRomano committed Apr 1, 2017
1 parent bd1ba5e commit a15577f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
language: go
go:
- 1.2
- 1.3
- 1.4
- 1.5
- 1.6
- 1.7
- 1.8
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<a href="https://engineering.carrot.is/"><p align="center"><img src="https://cloud.githubusercontent.com/assets/2105067/24525319/d3d26516-1567-11e7-9506-7611b3287d53.png" alt="Go Carrot" width="350px" align="center;" /></p></a>
# 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
Expand Down

0 comments on commit a15577f

Please sign in to comment.