mirror of https://github.com/statping/statping
travis
parent
3f056125ae
commit
fcdd79cd82
1
Makefile
1
Makefile
|
@ -131,6 +131,7 @@ dep:
|
||||||
dep ensure -vendor-only
|
dep ensure -vendor-only
|
||||||
|
|
||||||
dev-deps: dep
|
dev-deps: dep
|
||||||
|
$(GOGET) github.com/jinzhu/gorm/...
|
||||||
$(GOGET) github.com/stretchr/testify/assert
|
$(GOGET) github.com/stretchr/testify/assert
|
||||||
$(GOGET) golang.org/x/tools/cmd/cover
|
$(GOGET) golang.org/x/tools/cmd/cover
|
||||||
$(GOGET) github.com/mattn/goveralls
|
$(GOGET) github.com/mattn/goveralls
|
||||||
|
|
Loading…
Reference in New Issue