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