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