kinesis-consumer/vendor/github.com/alicebob/miniredis/.travis.yml
2024-04-10 16:50:33 +02:00

13 lines
151 B
YAML

language: go
before_script:
- (cd ./integration && ./get_redis.sh)
install: go get -t
script: make test testrace int
sudo: false
go:
- 1.11