File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -12,18 +12,15 @@ 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
15
+ - travis_retry composer require --dev phpunit/phpunit # cannot trust phpunit.phar, because this package is itself in that phar..."
16
16
17
17
script :
18
- - ./tools /phpunit --no-coverage
18
+ - ./vendor/bin /phpunit --no-coverage
19
19
20
20
jobs :
21
21
include :
22
22
- stage : coverage
23
23
php : 7.1
24
- before_script :
25
- - echo "code coverage won't work from phpunit.phar, because this package is itself in that phar..."
26
- - travis_retry composer require --dev phpunit/phpunit
27
24
script :
28
25
- ./vendor/bin/phpunit
29
26
after_script :
You can’t perform that action at this time.
0 commit comments