mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-17 07:43:39 -05:00
Do not build i386 binary on Travis CI to speed up the process
This commit is contained in:
@@ -36,7 +36,7 @@ test:
|
||||
go get
|
||||
go test -v ./...
|
||||
|
||||
install: build $(BINDIR)/fzf
|
||||
install: $(BINDIR)/fzf
|
||||
|
||||
uninstall:
|
||||
rm -f $(BINDIR)/fzf $(BINDIR)/$(BINARY64)
|
||||
|
||||
Reference in New Issue
Block a user