Skip to content

Commit dca379d

Browse files
authored
Merge pull request google#232 from DanielRuf/chore/cache-dependencies
chore: cache dependencies
2 parents 4d2b023 + 8041e2a commit dca379d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,9 @@ before_script:
1818
script:
1919
- vendor/bin/phpunit
2020

21+
cache:
22+
directories:
23+
- "$HOME/.composer/cache/files"
24+
2125
git:
22-
depth: 5
26+
depth: 5

0 commit comments

Comments
 (0)