Skip to content

Commit 96dd40c

Browse files
author
Oliver Klee
authored
[BUGFIX] Stop caching vendor/ on Travis CI (#131)
This resolves problems with incorrect dependencies across builds. Caching the Composer cache directory is enough.
1 parent 3baa93c commit 96dd40c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ sudo: false
2626

2727
cache:
2828
directories:
29-
- vendor
3029
- "$HOME/.composer/cache"
3130

3231
before_install:

0 commit comments

Comments
 (0)