1
Fork 0
theorangeone.net-legacy/circle.yml

10 lines
192 B
YAML
Raw Normal View History

2017-04-24 09:30:42 +01:00
dependencies:
pre:
2017-04-24 09:38:51 +01:00
- sudo apt-get update; sudo apt-get install go
- go get github.com/kardianos/govendor
- govendor get github.com/spf13/hugo
2017-04-24 09:30:42 +01:00
test:
override:
- hugo -vDEF