Execute the new go make tasks

This commit is contained in:
Thomas Boerger 2015-08-27 11:03:23 +02:00
parent d6a546a309
commit 075fd5e522

View file

@ -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: