Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
Fixing Go Mod stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
madflojo committed Apr 5, 2020
1 parent acbb04c commit 8faf959
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 @@ -8,6 +8,7 @@ env:
before_script:
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls
- go mod tidy
script:
- gofmt -l ./ | grep -v vendor | wc -l | grep -q 0
- go vet -v ./...
Expand Down

0 comments on commit 8faf959

Please sign in to comment.