8000 Revert "[travis][appveyor] don't cache .phpunit" · HeahDude/symfony@966989a · GitHub
[go: up one dir, main page]

Skip to content

Commit 966989a

Browse files
Revert "[travis][appveyor] don't cache .phpunit"
This reverts commit 5182253.
1 parent 4e6a3bd commit 966989a

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ clone_folder: c:\projects\symfony
44

55
cache:
66
- composer.phar
7+
- .phpunit -> phpunit
78

89
init:
910
- SET PATH=c:\php;%PATH%

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ matrix:
3333

3434
cache:
3535
directories:
36+
- .phpunit
3637
- php-$MIN_PHP
3738
- ~/php-ext
3839

phpunit

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/usr/bin/env php
22
<?php
33

4+
// Cache-Id: 2020-04-10 20:30 UTC
5+
46
if (!file_exists(__DIR__.'/vendor/symfony/phpunit-bridge/bin/simple-phpunit')) {
57
echo "Unable to find the `simple-phpunit` script in `vendor/symfony/phpunit-bridge/bin/`.\nPlease run `composer update` before running this command.\n";
68
exit(1);

0 commit comments

Comments
 (0)
0