Files
src.dualinventive.com/go/authentication-service/vendor/github.com/alicebob/miniredis/.travis.yml
2024-08-09 12:10:16 +02:00

14 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