From 2b96cc7d0b76ef050bb7bbb92adf7463d7e1074a Mon Sep 17 00:00:00 2001 From: danogentili Date: Wed, 13 Jul 2016 19:59:59 +0200 Subject: [PATCH] Added styleci tests and badge --- .styleci.yml | 3 +++ README.md | 1 + 2 files changed, 4 insertions(+) create mode 100644 .styleci.yml diff --git a/.styleci.yml b/.styleci.yml new file mode 100644 index 0000000..47a92cb --- /dev/null +++ b/.styleci.yml @@ -0,0 +1,3 @@ +finder: + exclude: + - "tests" diff --git a/README.md b/README.md index 1586816..86bb49d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # PHPStruct class [![Build Status](https://travis-ci.org/danog/PHPStruct.svg?branch=master)](https://travis-ci.org/danog/PHPStruct) +[![StyleCI](https://styleci.io/repos/62454134/shield)](https://styleci.io/repos/62454134) Licensed under MIT.