• Yong Tang's avatar
    Disable Travis cache (#953) · a682f73b
    Yong Tang authored
    It looks like the cached path
    - `$GOPATH/src`
    - `$GOPATH/pkg`
    overlaps with the source path of
    `$GOPATH/src/github.com/coredns/coredns`.
    
    Disable the cache for now.
    
    May enable cache in the future if we could exclude
    `$GOPATH/src/github.com/coredns/coredns` from `$GOPATH/src`.
    Signed-off-by: default avatarYong Tang <yong.tang.github@outlook.com>
    a682f73b
.travis.yml 2.48 KB