File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ matrix:
11
11
12
12
install :
13
13
- travis_retry composer install --no-interaction --prefer-dist --optimize-autoloader
14
+ - travis_retry wget https://phar.io/releases/phive.phar
14
15
15
16
script :
16
17
- phpunit --no-coverage
@@ -25,14 +26,12 @@ jobs:
25
26
script :
26
27
- ./vendor/bin/phpunit
27
28
after_script :
28
- - travis_retry wget https://phar.io/releases/phive.phar
29
29
- travis_retry php phive.phar --no-progress install --trust-gpg-keys E82B2FB314E9906E php-coveralls && ./tools/php-coveralls --verbose
30
30
- travis_retry wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
31
31
32
32
- stage : lint
33
33
php : 7.1
34
34
before_script :
35
- - travis_retry wget https://phar.io/releases/phive.phar
36
35
- travis_retry php phive.phar --no-progress install --trust-gpg-keys 8E730BA25823D8B5 phpstan
37
36
script :
38
37
- ./tools/phpstan analyse src --level max --configuration phpstan.neon
You can’t perform that action at this time.
0 commit comments