Skip to content

Commit dd4f1b0

Browse files
author
Matthew Fisher
committed
fix(travis): remove vendor dir from cache
caching the vendor directory has caused more headaches than actual improvements to CI. Removing the vendor dir from being cached should save us any issues with CI in the future.
1 parent bfe89e6 commit dd4f1b0

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ language: generic
22
branches:
33
only:
44
- master
5-
cache:
6-
directories:
7-
- vendor
85
env:
96
DEV_REGISTRY=quay.io
107
services:

0 commit comments

Comments
 (0)