Skip to content

Commit f9fe1cf

Browse files
authored
- run: sudo rm -rf ./vendor
1 parent a547c64 commit f9fe1cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ jobs:
3535
# fallback to using the latest cache if no exact match is found
3636
- v1-dependencies-
3737

38-
- run: composer install -n --prefer-dist
38+
- run: composer install
3939
- run: composer require --dev phpunit/phpunit
40+
- run: sudo rm -rf ./vendor
4041

4142
- save_cache:
4243
key: v1-dependencies-{{ checksum "composer.json" }}

0 commit comments

Comments
 (0)