Skip to content

Commit

Permalink
[travis][appveyor] don't cache .phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Apr 11, 2020
1 parent 8920f18 commit 5182253
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .appveyor.yml
Expand Up @@ -4,7 +4,6 @@ clone_folder: c:\projects\symfony

cache:
- composer.phar
- .phpunit -> phpunit

init:
- SET PATH=c:\php;%PATH%
Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -33,7 +33,6 @@ matrix:

cache:
directories:
- .phpunit
- php-$MIN_PHP
- ~/php-ext

Expand Down
2 changes: 0 additions & 2 deletions phpunit
@@ -1,8 +1,6 @@
#!/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);
Expand Down

0 comments on commit 5182253

Please sign in to comment.