travis: test on tip.

This commit is contained in:
Vladimir Mihailenco 2015-11-22 14:24:57 +02:00
parent ee3a8f1212
commit f130ab6161
1 changed files with 7 additions and 2 deletions

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