Skip to content
Snippets Groups Projects
Commit aba7bcfc authored by Ere Maijala's avatar Ere Maijala Committed by Demian Katz
Browse files

Only cache composer's cache/files to avoid caching of regularly changing files. (#1045)

...@@ -17,7 +17,7 @@ before_script: ...@@ -17,7 +17,7 @@ before_script:
cache: cache:
directories: directories:
- downloads - downloads
- $HOME/.composer/cache - $HOME/.composer/cache/files
script: script:
- vendor/bin/phing eslint phpunitfast phpcs-console php-cs-fixer-dryrun - vendor/bin/phing eslint phpunitfast phpcs-console php-cs-fixer-dryrun
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment