Skip to content

Commit 6363bb1

Browse files
committed
Add Travis & Coveralls badge to Readme file
1 parent aba16eb commit 6363bb1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This package provides an action for [Captain Hook](https://github.com/CaptainHookPhp/captainhook) which will reject a commit when author name or email does not match a regex defined in the `captainhook.json` configuration file. Use this action if you want to make sure that your private email address does not end up in your companies' git repositories.
44

5+
[![Build Status](https://travis-ci.org/bitExpert/captainhook-validateauthor.svg?branch=master)](https://travis-ci.org/bitExpert/captainhook-validateauthor)
6+
[![Coverage Status](https://coveralls.io/repos/github/bitExpert/captainhook-validateauthor/badge.svg?branch=master)](https://coveralls.io/github/bitExpert/captainhook-validateauthor?branch=master)
7+
8+
59
## Installation
610

711
The preferred way of installing `bitexpert/captainhook-validateauthor` is through Composer.

0 commit comments

Comments
 (0)