13 lines
152 B
YAML
13 lines
152 B
YAML
|
sudo: false
|
||
|
language: go
|
||
|
|
||
|
go:
|
||
|
- 1.x
|
||
|
|
||
|
install:
|
||
|
- go get github.com/kardianos/govendor
|
||
|
- govendor get github.com/spf13/hugo
|
||
|
|
||
|
script:
|
||
|
- hugo -vDEF
|