summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/go-redis/redis/.travis.yml
blob: f49927ee842e3f434e9397a9c9c2a2f7b46f3a9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
sudo: false
language: go

services:
  - redis-server

go:
  - 1.4.x
  - 1.7.x
  - 1.8.x
  - 1.9.x
  - tip

matrix:
  allow_failures:
    - go: 1.4.x
    - go: tip

install:
  - go get github.com/onsi/ginkgo
  - go get github.com/onsi/gomega