Skip to content

Commit

Permalink
Merge pull request #8 from localheinz/feature/cache
Browse files Browse the repository at this point in the history
Enhancement: Cache dependencies installed with composer between builds
  • Loading branch information
iluuu1994 authored Jan 19, 2019
2 parents 3d27df1 + c45d153 commit 03d8012
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 03d8012

Please sign in to comment.