Merge pull request #1052 from sirupsen/activate_linter

run golangci-lint on travis
This commit is contained in:
David Bariod
2019-10-25 17:13:36 +02:00
committed by GitHub
5 changed files with 52 additions and 1 deletions
+1
View File
@@ -15,6 +15,7 @@ install:
- ./travis/install.sh
script:
- ./travis/cross_build.sh
- ./travis/lint.sh
- export GOMAXPROCS=4
- export GORACE=halt_on_error=1
- go test -race -v ./...