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

Commit a053e67

Browse files
committed
[travis-ci] Enable cache of composer packages
1 parent 35453e8 commit a053e67

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
env:
610
global:
711
- TESTS_ZEND_AUTH_ADAPTER_DBTABLE_PDO_SQLITE_ENABLED=true

0 commit comments

Comments
 (0)