.travis.yml: Use before_script to prepare the theme
This commit is contained in:
parent
e419b4e9d4
commit
fd445da5bb
@ -1,10 +1,8 @@
|
||||
language: go
|
||||
go:
|
||||
- 1.8
|
||||
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
|
||||
install: go get -v github.com/spf13/hugo
|
||||
before_script: git clone https://github.com/alanorth/hugo-theme-bootstrap4-blog.git themes/hugo-theme-bootstrap4-blog
|
||||
script: hugo
|
||||
|
||||
# vim: ts=2 sw=2 et
|
||||
|
Loading…
Reference in New Issue
Block a user