mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 11:49:05 +03:00
Ensured phpstan config is properly loaded in Ci envs
This commit is contained in:
parent
88b9f9fc56
commit
745ff51150
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ before_script:
|
||||||
script:
|
script:
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- composer check
|
- composer check
|
||||||
- if [[ $TRAVIS_PHP_VERSION = 7.1 ]] || [[ $TRAVIS_PHP_VERSION = 7.2 ]]; then ~/.composer/vendor/bin/phpstan analyse module/*/src/ --level=5; fi
|
- if [[ $TRAVIS_PHP_VERSION = 7.1 ]] || [[ $TRAVIS_PHP_VERSION = 7.2 ]]; then ~/.composer/vendor/bin/phpstan analyse module/*/src/ --level=5 -c phpstan.neon; fi
|
||||||
|
|
||||||
after_script:
|
after_script:
|
||||||
- vendor/bin/phpcov merge build --clover build/clover.xml
|
- vendor/bin/phpcov merge build --clover build/clover.xml
|
||||||
|
|
Loading…
Add table
Reference in a new issue