redis/.travis.yml

22 lines
251 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:
2016-09-14 14:00:34 +03:00
- 1.4
2016-08-22 12:47:13 +03:00
- 1.7
2017-02-18 17:42:34 +03:00
- 1.8
2015-11-22 15:24:57 +03:00
- tip
matrix:
allow_failures:
2016-11-06 14:29:32 +03:00
- go: 1.4
2015-11-22 15:24:57 +03:00
- go: tip
2013-12-30 15:45:04 +04:00
install:
2017-06-17 12:34:39 +03:00
- go get go4.org/syncutil
- go get github.com/onsi/ginkgo
- go get github.com/onsi/gomega