woodpecker/vendor/github.com/golangci/lint-1/.travis.yml
Lukas c28f7cb29f
Add golangci-lint (#502)
Initial part of #435
2021-11-14 21:01:54 +01:00

19 lines
239 B
YAML

sudo: false
language: go
go:
- 1.10.x
- 1.11.x
- master
go_import_path: github.com/golangci/lint-1
install:
- go get -t -v ./...
script:
- go test -v -race ./...
matrix:
allow_failures:
- go: master
fast_finish: true