File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ services:
8
8
go :
9
9
- 1.11.x
10
10
- 1.12.x
11
+ - 1.13.x
11
12
- tip
12
13
13
14
matrix :
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ all: testdeps
3
3
go test ./... -short -race
4
4
go test ./... -run=NONE -bench=. -benchmem
5
5
env GOOS=linux GOARCH=386 go test ./...
6
- go vet
7
6
golangci-lint run
8
7
9
8
testdeps : testdata/redis/src/redis-server
@@ -15,8 +14,7 @@ bench: testdeps
15
14
16
15
testdata/redis :
17
16
mkdir -p $@
18
- wget -qO- https ://github.com/antirez/ redis/archive/ 5.0.tar.gz | tar xvz --strip-components=1 -C $@
17
+ wget -qO- http ://download. redis.io/releases/redis- 5.0.7 .tar.gz | tar xvz --strip-components=1 -C $@
19
18
20
19
testdata/redis/src/redis-server : testdata/redis
21
- sed -i.bak ' s/libjemalloc.a/libjemalloc.a -lrt/g' $< /src/Makefile
22
20
cd $< && make all
You can’t perform that action at this time.
0 commit comments