fix(ci): run go mod tidy when linting go.mod

This commit is contained in:
Łukasz Mierzwa
2019-03-26 11:43:44 -07:00
parent 5707cb14db
commit 810b7f7d07

View File

@@ -82,6 +82,7 @@ jobs:
script:
- travis_retry make mock-assets
- travis_retry go get -d -v
- travis_retry go mod tidy
- git diff --exit-code
- stage: Build and Deploy