1
0

.travis.yml: Add install command to clone theme

This commit is contained in:
Alan Orth 2017-03-29 12:04:50 +03:00
parent 5054e01fb0
commit d79158cb83
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -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