We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f7c9ad commit 05593bbCopy full SHA for 05593bb
.travis.yml
@@ -68,9 +68,7 @@ script:
68
- mkdir .phalcon
69
- vendor/bin/phpcs
70
- vendor/bin/codecept build
71
- - vendor/bin/codecept run unit -v
72
- - vendor/bin/codecept run functional -v
73
- - vendor/bin/codecept run console -v
+ - vendor/bin/codecept run --coverage --xml
74
- vendor/bin/psalm --show-info=false
75
- vendor/bin/phpstan analyse -l 5 -c phpstan.neon src -v
76
0 commit comments