@cryptotaxi247 / kubo / commits / aa8c190d0

remove nofuse tag from windows build check (no longer needed)

License: MIT Signed-off-by: Jeromy Johnson <why@ipfs.io>

Jeromy Johnson committed Nov 23, 2015 at 11:05 UTC aa8c190d0b0eff07b1d03dee61d75aef57d85326
1 file changed +1 -1
Makefile
+1 -1
@@ -74,5 +74,5 @@ test_all_commits_travis:
74
75 # since we have CI for osx and linux but not windows, this should help
76 windows_build_check:
77 - GOOS=windows GOARCH=amd64 go build -o .test.ipfs.exe -tags=nofuse ./cmd/ipfs
77 + GOOS=windows GOARCH=amd64 go build -o .test.ipfs.exe ./cmd/ipfs
78 rm .test.ipfs.exe