Skip to content

Commit a255b3b

Browse files
committed
Cache the deps instead of the vendor directory
1 parent f21ed13 commit a255b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sudo: false
44

55
cache:
66
directories:
7-
- vendor
7+
- $HOME/.composer/cache
88

99
php:
1010
- 5.3

0 commit comments

Comments
 (0)