ingress-nginx-helm/vendor/github.com/eapache/channels/.travis.yml
Manuel Alejandro de Brito Fontes 9bcb5b08ea
Use a ring channel to avoid blocking write of events (#2082)
* Use a ring channel to avoid blocking write of events

* Add eapache/channels dependency
2018-02-13 17:46:18 -08:00

11 lines
125 B
YAML

language: go
sudo: false
script: go test -v -race -timeout 10s ./...
go:
- 1.1
- 1.2
- 1.3
- 1.4
- 1.5