Do not build i386 binary on Travis CI to speed up the process

This commit is contained in:
Junegunn Choi
2015-01-17 10:51:39 +09:00
parent c0b432f7b4
commit 1990f3c992
2 changed files with 2 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ test:
go get
go test -v ./...
install: build $(BINDIR)/fzf
install: $(BINDIR)/fzf
uninstall:
rm -f $(BINDIR)/fzf $(BINDIR)/$(BINARY64)