install hugo on travis
parent
ee95769628
commit
1c6336d9c2
10
.travis.yml
10
.travis.yml
|
@ -2,6 +2,14 @@
|
|||
os:
|
||||
- linux
|
||||
|
||||
language: go
|
||||
|
||||
go:
|
||||
- master
|
||||
|
||||
install:
|
||||
- go get github.com/spf13/hugo
|
||||
|
||||
# Install the apt prerequisites
|
||||
addons:
|
||||
apt:
|
||||
|
@ -10,7 +18,7 @@ addons:
|
|||
|
||||
# Compile the site
|
||||
script:
|
||||
- binaries/hugo
|
||||
- hugo
|
||||
|
||||
# Deploy the site - this hook comes from Travis integration
|
||||
deploy:
|
||||
|
|
Loading…
Reference in New Issue