1
0
picturingjordan.com/.travis.yml
Alan Orth 8057dadc76
.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
2020-12-06 10:38:14 +02:00

23 lines
526 B
YAML

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
- cd $HOME/src/hugo
- go install
before_script:
- cd $TRAVIS_HOME/gopath/src/github.com/alanorth/picturingjordan.com
- git clone https://github.com/alanorth/hugo-theme-bootstrap4-blog.git themes/hugo-theme-bootstrap4-blog
script:
- hugo
os: linux
arch: arm64-graviton2
dist: focal
# vim: ts=2 sw=2 et