Skip to content

Commit

Permalink
*: travis
Browse files Browse the repository at this point in the history
  • Loading branch information
spinlock committed Dec 30, 2017
1 parent ad03700 commit 16ebf1b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ os:
go:
- 1.9.x
- 1.8.x
- 1.7.x

script:
- make
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ build-all: redis-sync redis-dump redis-decode redis-restore

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

build-deps: build-jemalloc
build-deps:
@mkdir -p bin && bash version

redis-sync: build-deps
Expand Down

0 comments on commit 16ebf1b

Please sign in to comment.