src.dualinventive.com/go/authentication-service/vendor/github.com/alicebob/miniredis/.travis.yml

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