Skip to content

Commit ed3c8d2

Browse files
committed
mod tidy before tests
Signed-off-by: R.I.Pienaar <[email protected]>
1 parent a9069f2 commit ed3c8d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ install:
55
- go get -u honnef.co/go/tools/cmd/staticcheck
66
- go get -u github.com/client9/misspell/cmd/misspell
77
before_script:
8+
- go mod tidy
89
- GO_LIST=$(go list ./...)
910
- $(exit $(go fmt $GO_LIST | wc -l))
1011
- find . -type f -name "*.go" | grep -v "/vendor/" | xargs misspell -error -locale US

0 commit comments

Comments
 (0)