1
0
mirror of https://github.com/redis/go-redis.git synced 2025-04-17 20:17:02 +03:00
go-redis/.travis.yml
2015-01-25 11:56:03 +00:00

21 lines
340 B
YAML

language: go
services:
- redis-server
go:
- 1.1
- 1.2
- 1.3
- tip
install:
- go get gopkg.in/bufio.v1
- go get onsi.github.io/ginkgo
- go get onsi.github.io/gomega
- mkdir -p $HOME/gopath/src/gopkg.in
- ln -s `pwd` $HOME/gopath/src/gopkg.in/redis.v2
before_script:
- redis-server testdata/sentinel.conf --sentinel &