remove go generate

pull/60/merge
Henrique Dias 2017-03-25 19:57:58 +00:00
parent 9bbfca345e
commit 34aa947a37
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ go:
- tip
install:
- go generate
- go get $(go list -f '{{join .Imports "\n"}}' ./... | sort | uniq | grep -v caddy-hugo) || true
- go get github.com/mholt/caddy/caddyhttp
- go get github.com/caddyserver/caddydev