From 3e27338881109154ee9a36c9c3ec04f38dab212d Mon Sep 17 00:00:00 2001 From: makeworld Date: Wed, 2 Sep 2020 17:52:27 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Use=20more=20compatible=20cache?= =?UTF-8?q?=20dir?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a240ebc..6af09e9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ env: cache: directories: - $GOCACHE - - $GOMODCACHE + - $GOPATH/pkg/mod # TODO: GitHub Releases deploy