Skip to content

Commit 03d8012

Browse files
authored
Merge pull request #8 from localheinz/feature/cache
Enhancement: Cache dependencies installed with composer between builds
2 parents 3d27df1 + c45d153 commit 03d8012

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
language: php
2+
3+
cache:
4+
directories:
5+
- $HOME/.composer/cache
6+
27
php:
38
- 7.1
49
- 7.2

0 commit comments

Comments
 (0)