Skip to content

Commit 105da5a

Browse files
committed
Cache composer assets on travis
1 parent 9b15e16 commit 105da5a

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
@@ -1,12 +1,16 @@
11
language: php
22

3+
cache:
4+
directories:
5+
- $HOME/.composer/cache/files
6+
37
php:
48
- 7.1
59
- 7.2
610

711
install:
812
- composer self-update
9-
- composer install
13+
- composer install --prefer-dist
1014

1115
before_script:
1216
- mkdir -p build/logs

0 commit comments

Comments
 (0)