Skip to content

Commit 6e752f8

Browse files
authored
Update config.yml
1 parent f9fe1cf commit 6e752f8

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.circleci/config.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,20 @@ jobs:
2828
- run: nodejs --version
2929

3030
# Download and cache dependencies
31-
- restore_cache:
32-
keys:
31+
#- restore_cache:
32+
# keys:
3333
# "composer.lock" can be used if it is committed to the repo
34-
- v1-dependencies-{{ checksum "composer.json" }}
34+
# - v1-dependencies-{{ checksum "composer.json" }}
3535
# fallback to using the latest cache if no exact match is found
36-
- v1-dependencies-
36+
# - v1-dependencies-
3737

3838
- run: composer install
3939
- run: composer require --dev phpunit/phpunit
40-
- run: sudo rm -rf ./vendor
4140

42-
- save_cache:
43-
key: v1-dependencies-{{ checksum "composer.json" }}
44-
paths:
45-
- ./vendor
41+
#- save_cache:
42+
# key: v1-dependencies-{{ checksum "composer.json" }}
43+
# paths:
44+
# - ./vendor
4645
- restore_cache:
4746
keys:
4847
- node-v1-{{ checksum "package.json" }}

0 commit comments

Comments
 (0)