Skip to content

Commit

Permalink
Add Travis & Coveralls badge to Readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
shochdoerfer committed Apr 20, 2019
1 parent aba16eb commit 6363bb1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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.

[![Build Status](https://travis-ci.org/bitExpert/captainhook-validateauthor.svg?branch=master)](https://travis-ci.org/bitExpert/captainhook-validateauthor)
[![Coverage Status](https://coveralls.io/repos/github/bitExpert/captainhook-validateauthor/badge.svg?branch=master)](https://coveralls.io/github/bitExpert/captainhook-validateauthor?branch=master)


## Installation

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

0 comments on commit 6363bb1

Please sign in to comment.