Execute the new go make tasks
This commit is contained in:
parent
d6a546a309
commit
075fd5e522
1 changed files with 5 additions and 2 deletions
|
@ -9,9 +9,12 @@ script:
|
|||
- go get golang.org/x/tools/cmd/cover
|
||||
- go get golang.org/x/tools/cmd/vet
|
||||
- go get -u github.com/jteeuwen/go-bindata/...
|
||||
- make bindata deps
|
||||
|
||||
- go run make.go bindata
|
||||
- go run make.go build
|
||||
- go run make.go vet test
|
||||
- go run make.go vet
|
||||
- go run make.go test
|
||||
|
||||
- make dist
|
||||
|
||||
notify:
|
||||
|
|
Loading…
Reference in a new issue