From 1990f3c992b7825dce6c959e2b4f26429c148cc9 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sat, 17 Jan 2015 10:51:39 +0900 Subject: Do not build i386 binary on Travis CI to speed up the process --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index eda04040..2604c3ba 100644 --- a/src/Makefile +++ b/src/Makefile @@ -36,7 +36,7 @@ test: go get go test -v ./... -install: build $(BINDIR)/fzf +install: $(BINDIR)/fzf uninstall: rm -f $(BINDIR)/fzf $(BINDIR)/$(BINARY64) -- cgit v1.2.3