Skip to content

Commit def106c

Browse files
committed
Update build
1 parent d7ce64d commit def106c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ services:
88
go:
99
- 1.11.x
1010
- 1.12.x
11+
- 1.13.x
1112
- tip
1213

1314
matrix:

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ all: testdeps
33
go test ./... -short -race
44
go test ./... -run=NONE -bench=. -benchmem
55
env GOOS=linux GOARCH=386 go test ./...
6-
go vet
76
golangci-lint run
87

98
testdeps: testdata/redis/src/redis-server
@@ -15,8 +14,7 @@ bench: testdeps
1514

1615
testdata/redis:
1716
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 $@
1918

2019
testdata/redis/src/redis-server: testdata/redis
21-
sed -i.bak 's/libjemalloc.a/libjemalloc.a -lrt/g' $</src/Makefile
2220
cd $< && make all

0 commit comments

Comments
 (0)