redis/.travis.yml

16 lines
193 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