From 87eb7600adf599e997ea9e604e1584cf395f6b22 Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Wed, 5 Sep 2018 22:52:41 -0700 Subject: [PATCH] travis --- .travis.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d477e825..6d2f2fa0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ os: language: go go: - - "1.10.x" + - "1.10.3" go_import_path: github.com/hunterlong/statup diff --git a/Makefile b/Makefile index 1c536d9c..6fced6c6 100644 --- a/Makefile +++ b/Makefile @@ -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