We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b55160 commit d0f0a84Copy full SHA for d0f0a84
.travis.yml
@@ -13,9 +13,11 @@ install:
13
- travis_retry composer install --no-interaction --prefer-dist --optimize-autoloader
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
18
19
script:
- - ./tools/phpunit --no-coverage
20
+ - ./vendor/bin/phpunit --no-coverage
21
22
jobs:
23
include:
0 commit comments