File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ matrix:
12
12
install :
13
13
- composer install --no-interaction --prefer-dist --optimize-autoloader
14
14
- wget https://phar.io/releases/phive.phar
15
- - php phive.phar install phpunit && ln -s ./tools/phpunit phpunit
15
+ - php phive.phar install --trust-gpg-keys 4AA394086372C20A --target ./ phpunit
16
16
17
17
jobs :
18
18
include :
29
29
- stage : lint
30
30
php : 7.1
31
31
before_script :
32
- - php phive.phar install phpstan
32
+ - php phive.phar install --trust-gpg-keys 8E730BA25823D8B5 --target ./ phpstan
33
33
script :
34
- - ./tools/ phpstan analyse src --level max --configuration phpstan.neon
34
+ - ./phpstan analyse src --level max --configuration phpstan.neon
35
35
- composer create-project symplify/easy-coding-standard temp/ecs && temp/ecs/bin/ecs check src tests
36
36
37
37
cache :
You can’t perform that action at this time.
0 commit comments