mirror of https://github.com/go-redis/redis.git
14 lines
119 B
YAML
14 lines
119 B
YAML
|
language: go
|
||
|
|
||
|
services:
|
||
|
- redis-server
|
||
|
|
||
|
go:
|
||
|
- 1.0
|
||
|
- 1.1
|
||
|
- 1.2
|
||
|
- tip
|
||
|
|
||
|
install:
|
||
|
- go get launchpad.net/gocheck
|