Skip to content

Commit 16ebf1b

Browse files
committed
*: travis
1 parent ad03700 commit 16ebf1b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ os:
77
go:
88
- 1.9.x
99
- 1.8.x
10-
- 1.7.x
1110

1211
script:
1312
- make

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ build-all: redis-sync redis-dump redis-decode redis-restore
1717

1818
GO_SRCS := cmd/version.go cmd/flags.go cmd/libs.go cmd/iolibs.go
1919

20-
build-deps: build-jemalloc
20+
build-deps:
2121
@mkdir -p bin && bash version
2222

2323
redis-sync: build-deps

0 commit comments

Comments
 (0)