[CI] Only cache vendor/

This commit is contained in:
ruan 2020-08-17 08:46:08 +02:00
parent 205df0e285
commit eb761dffd3

View File

@ -3,7 +3,6 @@ image: php:latest
# Select what we should cache between builds # Select what we should cache between builds
cache: cache:
paths: paths:
- inc/test/vendor/
- vendor/ - vendor/
before_script: before_script: