pull/61/head^2
Hunter Long 2018-09-05 22:52:41 -07:00
parent fcdd79cd82
commit 87eb7600ad
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ os:
language: go
go:
- "1.10.x"
- "1.10.3"
go_import_path: github.com/hunterlong/statup

View File

@ -131,7 +131,7 @@ dep:
dep ensure -vendor-only
dev-deps: dep
$(GOGET) github.com/jinzhu/gorm/...
$(GOGET) -u github.com/jinzhu/gorm/...
$(GOGET) github.com/stretchr/testify/assert
$(GOGET) golang.org/x/tools/cmd/cover
$(GOGET) github.com/mattn/goveralls