1
0
Fork 0

Revert ".travis.yml: Add some environment settings"

This reverts commit 8057dadc76.

Judginf by the Travis build log these don't do anything for us.
This commit is contained in:
Alan Orth 2020-12-06 10:44:01 +02:00
parent 8057dadc76
commit 12f514ab00
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 0 additions and 4 deletions

View File

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