This commit is contained in:
parent
aaaa3c6c8b
commit
2b9ff0d04c
1 changed files with 3 additions and 3 deletions
|
|
@ -25,14 +25,14 @@ steps:
|
|||
- name: static analysis
|
||||
image: d.xr.to/php
|
||||
commands:
|
||||
- ./vendor/bin/phpstan analyse -l max -a config/autoload_with_route.php src
|
||||
- ./vendor/bin/phpstan analyse --no-ansi --no-interaction -l max -a config/autoload_with_route.php src
|
||||
depends_on:
|
||||
- composer
|
||||
|
||||
- name: testing
|
||||
image: d.xr.to/php
|
||||
commands:
|
||||
- ./vendor/bin/phpunit
|
||||
- ./vendor/bin/phpunit --colors=always
|
||||
depends_on:
|
||||
- composer
|
||||
|
||||
|
|
@ -42,4 +42,4 @@ volumes:
|
|||
path: /tank/var/composer-cache
|
||||
---
|
||||
kind: signature
|
||||
hmac: 14e6f6584181d960650e6f38c42740c8b9a50d17ba6e61a6177ff824313a0bdd
|
||||
hmac: cb0fb5d289447319937373a214be5e069ef236ad7f1bac7a18d4d027ec76277d
|
||||
Loading…
Reference in a new issue