1
0
mirror of https://github.com/redis/go-redis.git synced 2025-04-17 20:17:02 +03:00

travis: test on tip.

This commit is contained in:
Vladimir Mihailenco 2015-11-22 14:24:57 +02:00
parent ee3a8f1212
commit f130ab6161

View File

@ -1,13 +1,18 @@
language: go
sudo: false
language: go
services:
- redis-server
- redis-server
go:
- 1.3
- 1.4
- 1.5
- tip
matrix:
allow_failures:
- go: tip
install:
- go get gopkg.in/bsm/ratelimit.v1