1
0
picturingjordan.com/.travis.yml
Alan Orth 117746c96b
.travis.yml: Don't build in a container
I didn't realize these LXD containers are not available on AMD64.
2020-03-29 16:38:41 +03:00

17 lines
409 B
YAML

language: go
go:
- "1.14.1"
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
dist: bionic
# vim: ts=2 sw=2 et