mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-18 16:55:37 +03:00
Fix YAML syntax. Sigh...
This commit is contained in:
parent
eb279e7e8a
commit
874bcff564
1 changed files with 1 additions and 1 deletions
|
@ -20,6 +20,6 @@ install:
|
|||
- go get golang.org/x/tools/cmd/vet
|
||||
|
||||
script:
|
||||
- [ -z "$(find -name "*.go" | xargs gofmt -s -l)" ] || exit 1
|
||||
- "[ -z \"$(find -name \"*.go\" | xargs gofmt -s -l)\" ] || exit 1"
|
||||
- go vet ./...
|
||||
- go test ./...
|
||||
|
|
Loading…
Reference in a new issue