Closed doublerebel closed 8 years ago
The travis error is because vet has been deprecated as a separate package. I also received the error locally. It's the same as drone/drone#1565 and hashicorp/vault#1310. RedisHappy builds fine without pulling vet as a separate package. I can add that fix to this PR if you'd like.
This look great - thanks.
I'll merge this and fix up the vet issue separately.
Thanks,
Mark
Hello,
RedisHappy works great, with all tests passing, on Joyent's SmartOS (Solaris). It just took two minor changes.
-race
flag is not supported on Solaris, and InitLogging was missing from the default logger.Thanks for your work!