1
0

.travis.yml: Try to run hugo from blog root

Now hugo builds fine, but I'm not sure where the blog directory is.
This commit is contained in:
Alan Orth 2018-11-08 09:34:24 +02:00
parent d5bbfd9214
commit 27dfd0fbc8
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -7,7 +7,9 @@ install:
- 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: hugo
script:
- cd hugo-theme-bootstrap4-blog
- hugo
sudo: false
dist: trusty