1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-24 22:38:27 +08:00

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

License: MIT
Signed-off-by: Jeromy Johnson <why@ipfs.io>
This commit is contained in:
Jeromy Johnson
2015-11-23 11:05:51 -08:00
parent e069af1aca
commit aa8c190d0b

View File

@ -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