From 8575f76c701db62fdbe31381027e1dc2283ae5fa Mon Sep 17 00:00:00 2001 From: Dmitry Shovchko Date: Tue, 30 Jun 2020 15:35:13 +0300 Subject: [PATCH] update scrutinizer config --- .scrutinizer.yml | 7 ++++++- README.md | 1 - 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index e6da1f6..bd087f5 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -8,5 +8,10 @@ filter: - test/* - vendor/* +build: + environment: + php: + version: 7.2 + before_commands: - - composer install --prefer-source \ No newline at end of file + - composer install --prefer-source diff --git a/README.md b/README.md index ccc4851..e4d9d49 100644 --- a/README.md +++ b/README.md @@ -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 =========