Skip to content

Commit e696389

Browse files
committed
update badges
1 parent e16375e commit e696389

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
Validates an ip address is either public or private. Supports ipv4 & ipv6.
44

55
<p align="center">
6+
<a href="https://travis-ci.org/laravel-validation-rules/ip">
7+
<img src="https://img.shields.io/travis/laravel-validation-rules/ip.svg?style=flat-square">
8+
</a>
9+
<a href="https://codecov.io/gh/laravel-validation-rules/ip">
10+
<img src="https://img.shields.io/codecov/c/github/laravel-validation-rules/ip.svg?style=flat-square">
11+
</a>
12+
<a href="https://scrutinizer-ci.com/g/laravel-validation-rules/ip">
13+
<img src="https://img.shields.io/scrutinizer/g/laravel-validation-rules/ip.svg?style=flat-square">
14+
</a>
615
<a href="https://github.com/laravel-validation-rules/ip/blob/master/LICENSE">
716
<img src="https://img.shields.io/github/license/laravel-validation-rules/ip.svg?style=flat-square">
817
</a>

0 commit comments

Comments
 (0)