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

13 lines
152 B
YAML
Raw Normal View History

2017-04-24 13:25:55 +01:00
sudo: false
language: go
go:
- 1.x
install:
- go get github.com/kardianos/govendor
- govendor get github.com/spf13/hugo
script:
- hugo -vDEF