run golangci-lint on travis

This commit is contained in:
David Bariod
2019-10-25 14:49:48 +02:00
parent d5d4df1108
commit b77b626665
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 ./...