redis/.travis.yml

14 lines
119 B
YAML

language: go
services:
- redis-server
go:
- 1.0
- 1.1
- 1.2
- tip
install:
- go get launchpad.net/gocheck