1
0
mirror of https://github.com/mainflux/mainflux.git synced 2025-05-11 19:29:16 +08:00
Dejan Mijic c11cf5820c
Add circuit breaker toward the manager service
Signed-off-by: Dejan Mijic <dejan@mainflux.com>
2017-12-12 11:20:57 +01:00

14 lines
158 B
YAML

language: go
sudo: false
go:
- 1.7
- 1.8
- 1.9
- tip
before_install:
- go get github.com/mattn/goveralls
script:
- goveralls -service=travis-ci