1
0
mirror of https://github.com/danog/amp.git synced 2025-01-22 05:11:42 +01:00

Merge pull request #42 from staabm/patch-2

Cache composer dependecies for faster builds
This commit is contained in:
Niklas Keller 2016-04-08 17:23:02 +02:00
commit 66fa98dfc1

View File

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