.travis.yml: Add install command to clone theme
This commit is contained in:
parent
5054e01fb0
commit
d79158cb83
@ -1,4 +1,6 @@
|
||||
language: go
|
||||
install: go get -v github.com/spf13/hugo
|
||||
install:
|
||||
- go get -v github.com/spf13/hugo
|
||||
- git clone https://github.com/alanorth/hugo-theme-bootstrap4-blog.git themes/hugo-theme-bootstrap4-blog
|
||||
script:
|
||||
- hugo
|
||||
|
Loading…
Reference in New Issue
Block a user