travis: install libfuse for cmount build and disable on OS X

This commit is contained in:
Nick Craig-Wood
2017-05-15 17:41:16 +01:00
parent 09093a9954
commit 5b063679b5
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ test: rclone
# Quick test
quicktest:
RCLONE_CONFIG="/notfound" go test $(GO_FILES)
RCLONE_CONFIG="/notfound" go test -cpu=2 -race $(GO_FILES)
if [ "$$CGO_ENABLED" != "0" ]; then RCLONE_CONFIG="/notfound" go test -cpu=2 -race $(GO_FILES) ; fi
# Do source code quality checks
check: rclone