mirror of
https://github.com/danog/template.git
synced 2024-11-26 20:14:56 +01:00
Merge pull request #1 from staabm/patch-1
Cache composer dependecies for faster builds
This commit is contained in:
commit
206bde60ee
@ -18,3 +18,7 @@ script:
|
||||
|
||||
after_script:
|
||||
- php vendor/bin/coveralls -v
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.composer/cache
|
||||
|
Loading…
Reference in New Issue
Block a user