Skip to content

Commit 2754863

Browse files
committed
Use the Travis cache to persist the composer cache
1 parent 84a205f commit 2754863

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ language: php
22

33
sudo: false
44

5+
cache:
6+
directories:
7+
- $HOME/.composer/cache/files
8+
59
php:
610
- 5.3
711
- 5.4

0 commit comments

Comments
 (0)