redis/.travis.yml

14 lines
119 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:
- go get launchpad.net/gocheck