1
0
mirror of https://github.com/danog/template.git synced 2024-11-26 12:04:49 +01:00

Merge pull request #1 from staabm/patch-1

Cache composer dependecies for faster builds
This commit is contained in:
Niklas Keller 2016-04-01 16:44:27 +02:00
commit 206bde60ee

View File

@ -18,3 +18,7 @@ script:
after_script:
- php vendor/bin/coveralls -v
cache:
directories:
- $HOME/.composer/cache