From 8057dadc76f4943de2cc38613f953406abfeb66a Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 6 Dec 2020 10:38:14 +0200 Subject: [PATCH] .travis.yml: Add some environment settings These are from the Hugo travis config and I'm curious what they do. See: https://github.com/gohugoio/hugo/blob/master/.travis.yml --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 96d17379..a60365fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,10 @@ 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