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