summaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/gopkg.in/redis.v2/.travis.yml
blob: c3cf4b8a6e386949fab1ab27220dbc58c69c2a6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
language: go

services:
- redis-server

go:
  - 1.1
  - 1.2
  - 1.3
  - tip

install:
  - go get gopkg.in/bufio.v1
  - go get gopkg.in/check.v1
  - 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 &