File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -11,25 +11,22 @@ matrix:
11
11
12
12
install :
13
13
- composer install --no-interaction --prefer-dist --optimize-autoloader
14
- - wget https://phar.io/releases/phive.phar
15
- - php phive.phar install --trust-gpg-keys 4AA394086372C20A --target ./ phpunit
16
14
17
15
jobs :
18
16
include :
19
17
- stage : coverage
20
18
php : 7.1
21
- before_script :
22
- - composer require phpunit/phpunit
23
19
script :
24
- - ./vendor/bin/ phpunit
20
+ - phpunit
25
21
after_script :
26
22
- wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
27
23
- wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.0.0/php-coveralls.phar && php php-coveralls.phar --verbose
28
24
29
25
- stage : lint
30
26
php : 7.1
31
27
before_script :
32
- - php phive.phar install --trust-gpg-keys 8E730BA25823D8B5 --target ./ phpstan
28
+ - wget https://phar.io/releases/phive.phar
29
+ - php phive.phar --no-progress install --trust-gpg-keys 8E730BA25823D8B5 --target ./ phpstan
33
30
script :
34
31
- ./phpstan analyse src --level max --configuration phpstan.neon
35
32
- composer create-project symplify/easy-coding-standard temp/ecs && temp/ecs/bin/ecs check src tests
You can’t perform that action at this time.
0 commit comments