mirror of https://github.com/statping/statping
travis
parent
fcdd79cd82
commit
87eb7600ad
|
@ -4,7 +4,7 @@ os:
|
||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- "1.10.x"
|
- "1.10.3"
|
||||||
|
|
||||||
go_import_path: github.com/hunterlong/statup
|
go_import_path: github.com/hunterlong/statup
|
||||||
|
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -131,7 +131,7 @@ dep:
|
||||||
dep ensure -vendor-only
|
dep ensure -vendor-only
|
||||||
|
|
||||||
dev-deps: dep
|
dev-deps: dep
|
||||||
$(GOGET) github.com/jinzhu/gorm/...
|
$(GOGET) -u 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