migrate lint script to a mage target

This commit is contained in:
David Bariod
2020-12-17 15:58:09 +01:00
parent 4b818a50d4
commit b02b418f8f
3 changed files with 12 additions and 8 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ install:
- ./travis/install.sh
script:
- go run mage.go -v crossBuild
- ./travis/lint.sh
- go run mage.go lint
- export GOMAXPROCS=4
- export GORACE=halt_on_error=1
- go test -race -v ./...