.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:
parent
eeb1d5e85f
commit
8057dadc76
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user