2
0
Files
recws/.travis.yml
T
2020-02-14 09:06:59 +01:00

21 lines
339 B
YAML

notifications:
email: false
slack: false
language: go
env:
- GO111MODULE=on
go:
- "1.11.x"
- "1.12.x"
- "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.23.6
script:
- make install
- make linter
- go run examples/basic.go