Skip to content

Commit

Permalink
remove: go vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
alpha.wong committed Jan 21, 2020
1 parent 7d82e29 commit 1f4985a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ install:
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.23.1

script:
- go mod vendor
- golangci-lint run -D errcheck --modules-download-mode vendor
- go mod download
- golangci-lint run -D errcheck

0 comments on commit 1f4985a

Please sign in to comment.