Skip to content

Commit

Permalink
Update setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
terrylinooo committed Aug 28, 2020
1 parent 8df97be commit 3183640
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .scrutinizer.yml
Expand Up @@ -13,7 +13,7 @@ tools:
build:
environment:
php:
version: 7.1.0
version: 7.3.0
pecl_extensions:
- redis
mysql: true
Expand All @@ -32,8 +32,9 @@ build:
- mysql -u root -e "CREATE USER 'shieldon'@'localhost' IDENTIFIED BY 'taiwan';"
- mysql -u root -e "GRANT ALL ON shieldon_unittest.* TO 'shieldon'@'localhost';"
tests:
override:
- command: composer test
before:
-
command: composer test
coverage:
file: clover.xml
format: clover
file: 'clover.xml'
format: 'clover'

0 comments on commit 3183640

Please sign in to comment.