Fix YAML syntax. Sigh...

This commit is contained in:
Matthew Holt 2016-03-26 09:23:05 -06:00
parent eb279e7e8a
commit 874bcff564

View file

@ -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 ./...