redis/.travis.yml

20 lines
217 B
YAML
Raw Normal View History

2015-11-14 16:55:54 +03:00
sudo: false
2015-11-22 15:24:57 +03:00
language: go
2013-12-30 15:45:04 +04:00
services:
2015-11-22 15:24:57 +03:00
- redis-server
2013-12-30 15:45:04 +04:00
go:
2017-09-19 17:23:54 +03:00
- 1.9.x
2018-03-06 18:18:15 +03:00
- 1.10.x
2018-09-07 11:46:34 +03:00
- 1.11.x
2015-11-22 15:24:57 +03:00
- tip
matrix:
allow_failures:
- go: tip
2013-12-30 15:45:04 +04:00
install:
- go get github.com/onsi/ginkgo
- go get github.com/onsi/gomega