Skip to content
This repository was archived by the owner on Feb 6, 2020. It is now read-only.

Commit f873250

Browse files
committed
[travis-ci] Enable cache of composer packages
1 parent a9f1fdc commit f873250

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
@@ -2,6 +2,10 @@ sudo: false
22

33
language: php
44

5+
cache:
6+
directories:
7+
- $HOME/.composer/cache
8+
59
matrix:
610
fast_finish: true
711
include:

0 commit comments

Comments
 (0)