Skip to content

Commit

Permalink
update scrutinizer config
Browse files Browse the repository at this point in the history
  • Loading branch information
dshovchko committed Jun 30, 2020
1 parent aaa1fe3 commit 8575f76
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,10 @@ filter:
- test/*
- vendor/*

build:
environment:
php:
version: 7.2

before_commands:
- composer install --prefer-source
- composer install --prefer-source
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[![Build Status](https://travis-ci.org/dshovchko/php_UAPAY.svg?branch=master)](https://travis-ci.org/dshovchko/php_UAPAY)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/dshovchko/php_UAPAY/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/dshovchko/php_UAPAY/?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/dshovchko/php_UAPAY/badge.svg?branch=master)](https://coveralls.io/github/dshovchko/php_UAPAY?branch=master)
![Tested Status](https://php-eye.com/badge/dshovchko/php_uapay/tested.svg)

php_UAPAY
=========
Expand Down

0 comments on commit 8575f76

Please sign in to comment.