mirror of
https://github.com/gomods/athens
synced 2026-02-03 11:00:32 +00:00
Travis: do not fetch modules during CI (#677)
This commit is contained in:
@@ -20,7 +20,7 @@ setup-dev-env:
|
||||
verify:
|
||||
./scripts/check_gofmt.sh
|
||||
./scripts/check_golint.sh
|
||||
./scripts/check_deps.sh
|
||||
# ./scripts/check_deps.sh TODO: comment back when we stop using vendor.
|
||||
./scripts/check_conflicts.sh
|
||||
|
||||
.PHONY: test
|
||||
|
||||
@@ -4,4 +4,4 @@
|
||||
# Run the linter on everything except generated code
|
||||
set -euo pipefail
|
||||
|
||||
golint -set_exit_status $(go list ./... | grep -v '/mocks')
|
||||
GO111MODULE=off golint -set_exit_status $(go list ./... | grep -v '/mocks')
|
||||
|
||||
Reference in New Issue
Block a user