1
0

.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
This commit is contained in:
2020-12-06 10:38:14 +02:00
parent eeb1d5e85f
commit 8057dadc76

View File

@ -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