Revert "[travis][appveyor] don't cache .phpunit"

This reverts commit 5182253aa2.
This commit is contained in:
Nicolas Grekas 2020-04-12 11:36:17 +02:00
parent 4e6a3bddf5
commit 966989a2b9
3 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,7 @@ clone_folder: c:\projects\symfony
cache:
- composer.phar
- .phpunit -> phpunit
init:
- SET PATH=c:\php;%PATH%

View File

@ -33,6 +33,7 @@ matrix:
cache:
directories:
- .phpunit
- php-$MIN_PHP
- ~/php-ext

View File

@ -1,6 +1,8 @@
#!/usr/bin/env php
<?php
// Cache-Id: 2020-04-10 20:30 UTC
if (!file_exists(__DIR__.'/vendor/symfony/phpunit-bridge/bin/simple-phpunit')) {
echo "Unable to find the `simple-phpunit` script in `vendor/symfony/phpunit-bridge/bin/`.\nPlease run `composer update` before running this command.\n";
exit(1);