mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-11-27 06:30:19 +01:00
FIX BUILD
This commit is contained in:
parent
356412c838
commit
d09f4fdd81
1 changed files with 3 additions and 1 deletions
|
@ -18,7 +18,9 @@ env:
|
|||
- GO111MODULE=on
|
||||
|
||||
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:
|
||||
- go test ./...
|
||||
|
|
Loading…
Reference in a new issue