Skip to content

Commit d86d4b8

Browse files
committed
Update README and Scrutinizer config file
1 parent 8a1c2f0 commit d86d4b8

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

.scrutinizer.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
1+
build:
2+
nodes:
3+
analysis:
4+
tests:
5+
override:
6+
- php-scrutinizer-run
7+
18
tools:
29
external_code_coverage: true

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22

33
Provides an easy way to get some entity/model behavior with static data
44

5-
[![Build Status](https://travis-ci.org/ByScripts/static-entity.svg?branch=master)](https://travis-ci.org/ByScripts/static-entity) [![Latest Stable Version](https://poser.pugx.org/byscripts/static-entity/v/stable.png)](https://packagist.org/packages/byscripts/static-entity) [![License](https://poser.pugx.org/byscripts/static-entity/license.png)](https://packagist.org/packages/byscripts/static-entity) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/ByScripts/ByscriptsStaticEntity/badges/quality-score.png?s=7f14b935e4a281cbaea56eeacdb5dbe8bf37bc75)](https://scrutinizer-ci.com/g/ByScripts/ByscriptsStaticEntity/) [![Code Coverage](https://scrutinizer-ci.com/g/ByScripts/ByscriptsStaticEntity/badges/coverage.png?s=d6250c0ecf468198873e667d009fe35aa80f9558)](https://scrutinizer-ci.com/g/ByScripts/ByscriptsStaticEntity/)
6-
7-
[![Codeship Status for ByScripts/ByscriptsStaticEntity](https://codeship.com/projects/9ec69660-346a-0133-a68d-56c8db4126b8/status?branch=master)](https://codeship.com/projects/100498)
5+
[![Build Status](https://travis-ci.org/ByScripts/static-entity.svg?branch=v3.0)](https://travis-ci.org/ByScripts/static-entity)
6+
[![Latest Stable Version](https://poser.pugx.org/byscripts/static-entity/v/stable.png)](https://packagist.org/packages/byscripts/static-entity)
7+
[![License](https://poser.pugx.org/byscripts/static-entity/license.png)](https://packagist.org/packages/byscripts/static-entity)
8+
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/ByScripts/static-entity/badges/quality-score.png?b=v3.0)](https://scrutinizer-ci.com/g/ByScripts/static-entity/?branch=v3.0)
9+
[![Code Coverage](https://scrutinizer-ci.com/g/ByScripts/static-entity/badges/coverage.png?b=v3.0)](https://scrutinizer-ci.com/g/ByScripts/static-entity/?branch=v3.0)
10+
[![Codeship Status for ByScripts/ByscriptsStaticEntity](https://codeship.com/projects/9ec69660-346a-0133-a68d-56c8db4126b8/status?branch=v3.0)](https://codeship.com/projects/100498)
811

912
## Installation
1013

0 commit comments

Comments
 (0)