1
Fork 0
theorangeone.net-legacy/.travis.yml
2017-04-24 13:25:55 +01:00

12 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