mirror of
https://github.com/willnorris/imageproxy.git
synced 2025-02-17 23:45:43 -05: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
Reference in a new issue