File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 2121 script :
2222 - vendor/bin/phpunit --no-coverage
2323
24- - stage : lint
25- php : 7.1
26- before_script :
27- - composer create-project symplify/easy-coding-standard temp/ecs
28- script :
29- - temp/ecs/bin/ecs check src tests
30- - vendor/bin/phpstan analyse src --level max --configuration phpstan.neon
31-
3224 - stage : coverage
3325 php : 7.1
3426 script :
3729 - wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
3830 - wget https://github.com/satooshi/php-coveralls/releases/download/v1.0.1/coveralls.phar && php coveralls.phar --verbose
3931
32+ - stage : lint
33+ php : 7.1
34+ before_script :
35+ - composer create-project symplify/easy-coding-standard temp/ecs
36+ script :
37+ - temp/ecs/bin/ecs check src tests
38+ - vendor/bin/phpstan analyse src --level max --configuration phpstan.neon
39+
4040cache :
4141 directories :
4242 - $HOME/.composer/cache/files
You can’t perform that action at this time.
0 commit comments