File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ before_script:
1717 - echo "xdebug.mode=coverage" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
1818
1919script :
20- - php -d memory_limit=-1 ./vendor/bin/phpstan analyse -n -vvv --ansi --level=max src
21- - php -d memory_limit=-1 ./vendor/bin/psalm --show-info=true
22- - php -d memory_limit=-1 ./vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml
20+ - php -d memory_limit=-1 ./vendor/bin/phpstan analyse -c ./etc/phpstan.neon - n -vvv --ansi --level=max src
21+ - php -d memory_limit=-1 ./vendor/bin/psalm --config=./etc/psalm.xml -- show-info=true
22+ - php -d memory_limit=-1 ./vendor/bin/phpunit -c ./etc/phpunit.xml.dist - -coverage-text --coverage-clover build/logs/clover.xml
2323 - if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT; fi
You can’t perform that action at this time.
0 commit comments