Skip to content

Commit 5c3408f

Browse files
ryanschneidershazow
andcommitted
Update .travis.yml
Add go fmt/test/vet Co-Authored-By: Andrey Petrov <[email protected]>
1 parent 6300c93 commit 5c3408f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ go:
66

77
env:
88
- GO111MODULE=on
9+
script:
10+
- diff -u <(echo -n) <(gofmt -d .)
11+
- go test -vet "all" -v ./...
912

1013
# calls goreleaser
1114
deploy:

0 commit comments

Comments
 (0)