Skip to content

Commit cfde2dd

Browse files
committed
Merge pull request #23 from wmde/JeroenDeDauw-patch-1
Add Composer cache to TravisCI
2 parents 8bbb325 + f1fc219 commit cfde2dd

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
@@ -16,3 +16,7 @@ notifications:
1616
on_failure: always
1717
template:
1818
- "%{repository}/%{branch}/%{commit} : %{author} %{message} %{build_url}"
19+
20+
cache:
21+
directories:
22+
- $HOME/.composer/cache

0 commit comments

Comments
 (0)