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 Jan 19, 2019
1 parent 3d27df1 commit c45d153
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
language: php

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

php:
- 7.1
- 7.2
Expand Down

0 comments on commit c45d153

Please sign in to comment.