File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ matrix:
12
12
install :
13
13
- travis_retry composer install --no-interaction --prefer-dist --optimize-autoloader
14
14
- travis_retry composer global require phpunit/phpunit # cannot use phpunit.phar or require-dev, because this package is a phpunit dep
15
- - travis_retry wget https://phar.io/releases/phive.phar
15
+ - travis_retry wget --no-verbose https://phar.io/releases/phive.phar
16
16
17
17
script :
18
18
- /home/travis/.composer/vendor/bin/phpunit --no-coverage
25
25
- /home/travis/.composer/vendor/bin/phpunit
26
26
after_script :
27
27
- travis_retry php phive.phar --no-progress install --trust-gpg-keys E82B2FB314E9906E php-coveralls/php-coveralls && ./tools/php-coveralls --verbose
28
- - travis_retry wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
28
+ - travis_retry wget --no-verbose https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
29
29
30
30
- stage : lint
31
31
php : 7.1
You can’t perform that action at this time.
0 commit comments