redis/.travis.yml

21 lines
226 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-07-20 07:28:47 +03:00
- 1.7.x
- 1.8.x
2017-09-19 17:23:54 +03:00
- 1.9.x
2018-03-06 18:18:15 +03:00
- 1.10.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