2
0
Files
recws/.travis.yml
T
Lucas Löffel 4baede84bc update deps
2021-12-15 14:23:47 +01:00

23 lines
369 B
YAML

notifications:
email: false
slack: false
language: go
env:
- GO111MODULE=on
go:
- "1.14.x"
- "1.15.x"
- "1.16.x"
- "1.17.x"
before_script:
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.43.0
script:
- make install
- make ls-lint
- make linter
- go run examples/basic.go