1
0
mirror of https://github.com/redis/go-redis.git synced 2025-04-17 20:17:02 +03:00
go-redis/.travis.yml
2016-12-16 15:43:37 +02:00

23 lines
310 B
YAML

sudo: false
language: go
services:
- redis-server
go:
- 1.4
- 1.6
- 1.7
- tip
matrix:
allow_failures:
- go: 1.4
- go: tip
install:
- go get github.com/onsi/ginkgo
- go get github.com/onsi/gomega
- mkdir -p $HOME/gopath/src/gopkg.in
- mv `pwd` $HOME/gopath/src/gopkg.in/redis.v5