Skip to content

Commit

Permalink
Check for go.mod changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhita committed Jul 4, 2019
1 parent 3f088a4 commit 70db9bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ script:
- diff -u <(echo -n) <(golint $(go list -e ./...) | grep -v YAMLToJSON)
- GO111MODULE=on go vet .
- GO111MODULE=on go test -v -race ./...
- git diff --exit-code
install:
- go get golang.org/x/lint/golint

0 comments on commit 70db9bf

Please sign in to comment.