1
0
picturingjordan.com/.travis.yml
Alan Orth 12f514ab00
Revert ".travis.yml: Add some environment settings"
This reverts commit 8057dadc76.

Judginf by the Travis build log these don't do anything for us.
2020-12-06 10:44:01 +02:00

19 lines
440 B
YAML

language: go
go:
- "1.15.x"
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