Commit 874bcff5 authored by Matthew Holt's avatar Matthew Holt

Fix YAML syntax. Sigh...

parent eb279e7e
......@@ -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 ./...
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment