1
0
mirror of synced 2025-02-02 21:41:45 +03:00

Added composer cache on travis

This commit is contained in:
Guilherme Blanco 2015-11-09 03:40:18 +00:00
parent 3e0529db53
commit 370dbf12de

View File

@ -31,3 +31,7 @@ matrix:
env: DB=pgsql # driver for PostgreSQL currently unsupported by HHVM, requires 3rd party dependency env: DB=pgsql # driver for PostgreSQL currently unsupported by HHVM, requires 3rd party dependency
sudo: false sudo: false
cache:
directories:
- $HOME/.composer/cache