From 12f514ab006ebe5be393e53a5bab777d2640a9d7 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 6 Dec 2020 10:44:01 +0200 Subject: [PATCH] Revert ".travis.yml: Add some environment settings" This reverts commit 8057dadc76f4943de2cc38613f953406abfeb66a. Judginf by the Travis build log these don't do anything for us. --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index a60365fe..96d17379 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,6 @@ language: go go: - "1.15.x" -env: - global: - - CACHE_NAME=${TRAVIS_ARCH} - - GOPROXY=https://proxy.golang.org install: - mkdir -p $HOME/src - git clone https://github.com/gohugoio/hugo.git $HOME/src/hugo