File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,7 @@ matrix:
12
12
install :
13
13
- travis_retry composer install --no-interaction --prefer-dist --optimize-autoloader
14
14
- travis_retry wget https://phar.io/releases/phive.phar
15
- - travis_retry php phive.phar --no-progress install --trust-gpg-keys 4AA394086372C20A phpunit
16
- - echo "tests won't work from phpunit.phar, because some of this package's deps are in that phar..."
17
- - travis_retry composer require --dev phpunit/phpunit
15
+ - travis_retry composer require --dev phpunit/phpunit # cannot trust phpunit.phar, because of reflection-docblock in that phar..."
18
16
19
17
script :
20
18
- ./vendor/bin/phpunit --no-coverage
23
21
include :
24
22
- stage : coverage
25
23
php : 7.1
26
- before_script :
27
- - echo "code coverage won't work from phpunit.phar, because some of this package's deps are in that phar..."
28
- - travis_retry composer require --dev phpunit/phpunit
29
24
script :
30
25
- ./vendor/bin/phpunit
31
26
after_script :
You can’t perform that action at this time.
0 commit comments