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 21
21
script :
22
22
- vendor/bin/phpunit --no-coverage
23
23
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
-
32
24
- stage : coverage
33
25
php : 7.1
34
26
script :
37
29
- wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
38
30
- wget https://github.com/satooshi/php-coveralls/releases/download/v1.0.1/coveralls.phar && php coveralls.phar --verbose
39
31
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
+
40
40
cache :
41
41
directories :
42
42
- $HOME/.composer/cache/files
You can’t perform that action at this time.
0 commit comments