redis/.travis.yml

17 lines
222 B
YAML
Raw Normal View History

2013-12-30 15:45:04 +04:00
language: go
services:
- redis-server
go:
- 1.0
- 1.1
- 1.2
- tip
install:
2013-12-30 15:48:16 +04:00
- go get github.com/vmihailenco/bufio
- go get github.com/golang/glog
2013-12-30 15:45:04 +04:00
- go get launchpad.net/gocheck
2014-05-11 18:18:00 +04:00
- go get gopkg.in/redis.v1