We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad03700 commit 16ebf1bCopy full SHA for 16ebf1b
.travis.yml
@@ -7,7 +7,6 @@ os:
7
go:
8
- 1.9.x
9
- 1.8.x
10
- - 1.7.x
11
12
script:
13
- make
Makefile
@@ -17,7 +17,7 @@ build-all: redis-sync redis-dump redis-decode redis-restore
17
18
GO_SRCS := cmd/version.go cmd/flags.go cmd/libs.go cmd/iolibs.go
19
20
-build-deps: build-jemalloc
+build-deps:
21
@mkdir -p bin && bash version
22
23
redis-sync: build-deps
0 commit comments