From 51fc704d8156822db143291d55f0e22bb2d5484c Mon Sep 17 00:00:00 2001 From: Alexandre Garand Date: Fri, 5 Jul 2019 14:45:23 +0200 Subject: [PATCH] fix cache in travis files such as the makefile were wrongly included --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 72fe3c7..a20fc58 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,6 @@ matrix: cache: directories: - - $GOPATH/src - $HOME/.cache/go-build - $HOME/gopath/pkg/mod -- 2.41.0