Skip to content

Commit 70f9275

Browse files
committed
cache the Composer cache directory on Travis
1 parent 5add209 commit 70f9275

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
language: php
22

3+
cache:
4+
directories:
5+
- $HOME/.composer/cache
6+
37
env:
48
global:
59
- deps=""

0 commit comments

Comments
 (0)