Cache composer directory
This commit is contained in:
parent
079a760afc
commit
f6068ba99b
|
@ -1,5 +1,9 @@
|
|||
language: php
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.composer/cache
|
||||
|
||||
before_script:
|
||||
- composer install --prefer-dist --no-dev
|
||||
- npm install
|
||||
|
|
Reference in a new issue