change dep

This commit is contained in:
Jay
2018-05-08 12:00:42 +08:00
parent e33c51727a
commit 80e5f0b19c
32 changed files with 2987 additions and 157 deletions
+2
View File
@@ -0,0 +1,2 @@
*.rdb
testdata/*/
+20
View File
@@ -0,0 +1,20 @@
sudo: false
language: go
services:
- redis-server
go:
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x
- tip
matrix:
allow_failures:
- go: tip
install:
- go get github.com/onsi/ginkgo
- go get github.com/onsi/gomega