From abc7a6fd5bbe0d4e555b2c890ccd187e63af0ab1 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Sat, 12 Dec 2015 10:49:43 +0000 Subject: [PATCH] Updated badges --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc569524322..cfac351015f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # PHP GitHub API -[![Build Status](https://secure.travis-ci.org/KnpLabs/php-github-api.png)](http://travis-ci.org/KnpLabs/php-github-api) -[![StyleCI](https://styleci.io/repos/3948501/shield)](https://styleci.io/repos/3948501) +[![Build Status](https://travis-ci.org/KnpLabs/php-github-api.svg?branch=master)](https://travis-ci.org/KnpLabs/php-github-api) +[![StyleCI](https://styleci.io/repos/3948501/shield?style=flat)](https://styleci.io/repos/3948501) A simple Object Oriented wrapper for GitHub API, written with PHP5.