Skip to content

Commit

Permalink
Update Circle CI cache version to try to fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
fetus-hina committed Aug 21, 2019
1 parent 890935a commit 222e9eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ jobs:
- php-dependencies-v1-
- restore_cache:
keys:
- js-node11-dependencies-v1-{{ checksum "package-lock.json" }}
- js-node11-dependencies-v1-
- js-node11-dependencies-v2-{{ checksum "package-lock.json" }}
- js-node11-dependencies-v2-
- run: scl enable php74 -- make check-syntax
- run: scl enable php74 -- make init
- save_cache:
Expand Down

0 comments on commit 222e9eb

Please sign in to comment.