Skip to content
This repository was archived by the owner on Dec 28, 2023. It is now read-only.

Commit a5ce735

Browse files
committed
.travis.yml: Use cache
1 parent 9e3949e commit a5ce735

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
@@ -6,6 +6,11 @@ php:
66
- 5.6
77
- hhvm
88

9+
cache:
10+
directories:
11+
- vendor
12+
- $HOME/.composer/cache
13+
914
before_script:
1015
- composer install
1116

0 commit comments

Comments
 (0)