From aa8c190d0b0eff07b1d03dee61d75aef57d85326 Mon Sep 17 00:00:00 2001 From: Jeromy Johnson Date: Mon, 23 Nov 2015 11:05:51 -0800 Subject: [PATCH] remove nofuse tag from windows build check (no longer needed) License: MIT Signed-off-by: Jeromy Johnson --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6cf57f581..f336c5eda 100644 --- a/Makefile +++ b/Makefile @@ -74,5 +74,5 @@ test_all_commits_travis: # since we have CI for osx and linux but not windows, this should help windows_build_check: - GOOS=windows GOARCH=amd64 go build -o .test.ipfs.exe -tags=nofuse ./cmd/ipfs + GOOS=windows GOARCH=amd64 go build -o .test.ipfs.exe ./cmd/ipfs rm .test.ipfs.exe