Skip to content

Commit

Permalink
Add go mod tidy check to CI (#290)
Browse files Browse the repository at this point in the history
Add go mod tidy check to CI
  • Loading branch information
twpayne committed May 15, 2019
2 parents e7e0188 + a03f4f3 commit c07dde5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -23,6 +23,7 @@ install:
script:
- make generate
- make format
- go mod tidy
- git diff --exit-code
- make test
- make lint
Expand Down

0 comments on commit c07dde5

Please sign in to comment.