Skip to content

Commit

Permalink
Enhancement: Cache dependencies installed with composer between builds
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Aug 13, 2019
1 parent b59bbbf commit e133619
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
language: php

cache:
directories:
- $HOME/.composer/cache

services:
- docker

Expand Down

0 comments on commit e133619

Please sign in to comment.