From 4c19ff6816867ca5c44f17b0d4513eeeb75ee882 Mon Sep 17 00:00:00 2001 From: Maurice Fonk Date: Wed, 3 Sep 2014 17:22:40 -0400 Subject: [PATCH] adding travis build status and scrutinizer code qual. img. to readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0263597..b8e6a11 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # AngryBytes Hash +[![Build Status](https://travis-ci.org/AngryBytes/hash.svg?branch=master)](https://travis-ci.org/AngryBytes/hash) +[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/AngryBytes/hash/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/AngryBytes/hash/?branch=master) + A simple PHP library that simplifies cryptographical hashing. It provides an object oriented interface to a variety of hashing methods.