mirror of
https://github.com/willnorris/imageproxy.git
synced 2026-06-09 11:25:14 +02:00
travis: enforce go fmt and go vet
This commit is contained in:
parent
4a6b8653b6
commit
c661aad66b
1 changed files with 5 additions and 0 deletions
|
|
@ -14,3 +14,8 @@ cache:
|
|||
env:
|
||||
global:
|
||||
- GO111MODULE=on
|
||||
|
||||
script:
|
||||
- diff -u <(echo -n) <(gofmt -d -s .)
|
||||
- go vet ./...
|
||||
- go test -v ./...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue