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

FIX BUILD

This commit is contained in:
Andrea Spacca 2019-10-07 22:44:29 +02:00
parent 356412c838
commit d09f4fdd81

View File

@ -18,7 +18,9 @@ env:
- GO111MODULE=on - GO111MODULE=on
install: install:
- echo "This is an override of the default install deps step in travis." - go get -t -u -v ./...
- go build -v .
- go vet ./...
script: script:
- go test ./... - go test ./...