Skip to content

Commit 0a339ed

Browse files
author
Daniel Gomes
committed
cache composer in travisci
1 parent 2006269 commit 0a339ed

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
@@ -5,6 +5,11 @@ language: php
55
# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
66
sudo: false
77

8+
## Cache composer
9+
cache:
10+
directories:
11+
- $HOME/.composer/cache
12+
813
php:
914
- 7.1
1015
- 7.2

0 commit comments

Comments
 (0)