...

Text file src/github.com/go-redis/redis/.travis.yml

Documentation: github.com/go-redis/redis

     1sudo: false
     2language: go
     3
     4services:
     5  - redis-server
     6
     7go:
     8  - 1.9.x
     9  - 1.10.x
    10  - 1.11.x
    11  - 1.12.x
    12  - tip
    13
    14matrix:
    15  allow_failures:
    16    - go: tip
    17
    18install:
    19  - go get github.com/onsi/ginkgo
    20  - go get github.com/onsi/gomega

View as plain text