1
0
picturingjordan.com/.travis.yml
Alan Orth 27dfd0fbc8
.travis.yml: Try to run hugo from blog root
Now hugo builds fine, but I'm not sure where the blog directory is.
2018-11-08 09:34:38 +02:00

17 lines
378 B
YAML

language: go
go:
- "1.11"
install:
- mkdir -p $HOME/src
- git clone https://github.com/gohugoio/hugo.git $HOME/src/hugo
- cd $HOME/src/hugo
- go install
before_script: git clone https://github.com/alanorth/hugo-theme-bootstrap4-blog.git themes/hugo-theme-bootstrap4-blog
script:
- cd hugo-theme-bootstrap4-blog
- hugo
sudo: false
dist: trusty
# vim: ts=2 sw=2 et