2
0
Files
recws/.travis.yml
T
Lucas Löffel d143e827fd add travis
2020-02-13 14:23:38 +01:00

18 lines
284 B
YAML

notifications:
email: false
slack: false
language: go
env:
- GO111MODULE=on
go:
- "1.13.x"
before_script:
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.21.0
script:
- make install
- make linter