We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6300c93 commit 5c3408fCopy full SHA for 5c3408f
.travis.yml
@@ -6,6 +6,9 @@ go:
6
7
env:
8
- GO111MODULE=on
9
+script:
10
+ - diff -u <(echo -n) <(gofmt -d .)
11
+ - go test -vet "all" -v ./...
12
13
# calls goreleaser
14
deploy:
0 commit comments