1
0
mirror of https://github.com/dutchcoders/transfer.sh.git synced 2020-11-18 19:53:40 -08:00

ISSUE-223

This commit is contained in:
Andrea Spacca 2019-05-11 15:03:39 +02:00
parent 2e64726628
commit 415d23393d

View File

@ -17,5 +17,5 @@ install:
script:
- go get -u -v ./...
- go build -v .
- go vet $(go list ./...)
- go test $(go list ./...)
- go vet ./...
- go test ./...