From def106c40446a263ca30a3bd9eb32ba1b42cb919 Mon Sep 17 00:00:00 2001 From: Vladimir Mihailenco Date: Wed, 18 Dec 2019 12:51:52 +0200 Subject: [PATCH] Update build --- .travis.yml | 1 + Makefile | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index b9e0af34..0c1eef91 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ services: go: - 1.11.x - 1.12.x + - 1.13.x - tip matrix: diff --git a/Makefile b/Makefile index 94b56016..421993ef 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,6 @@ all: testdeps go test ./... -short -race go test ./... -run=NONE -bench=. -benchmem env GOOS=linux GOARCH=386 go test ./... - go vet golangci-lint run testdeps: testdata/redis/src/redis-server @@ -15,8 +14,7 @@ bench: testdeps testdata/redis: mkdir -p $@ - wget -qO- https://github.com/antirez/redis/archive/5.0.tar.gz | tar xvz --strip-components=1 -C $@ + wget -qO- http://download.redis.io/releases/redis-5.0.7.tar.gz | tar xvz --strip-components=1 -C $@ testdata/redis/src/redis-server: testdata/redis - sed -i.bak 's/libjemalloc.a/libjemalloc.a -lrt/g' $