Skip to content

Commit 9316bc3

Browse files
authored
[BUGFIX] Stop caching vendor/ on Travis CI (#61)
This resolves problems with incorrect dependencies across builds. Caching the Composer cache directory is enough.
1 parent 79ebd12 commit 9316bc3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
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)