kylefarris / clamscan

A robust ClamAV virus scanning library supporting scanning files, directories, and streams with local sockets, local/remote TCP, and local clamscan/clamdscan binaries (with failover).
MIT License
236 stars 69 forks source link

Get tests passing #29

Closed adam-beck closed 5 years ago

kylefarris commented 5 years ago

Hell yeah! Thanks man!

adam-beck commented 5 years ago

This will probably break for you locally if it was working before. I was focusing on the CI more.

Also, will you be able to publish a new npm package soon?

kylefarris commented 5 years ago

Yeah, it definitely breaks local tests since I'm running on a CentOS box but that's fine... I know what to change on my end to make the tests pass locally. I'm going to be releasing a v1.0.1 momentarily.

adam-beck commented 5 years ago

Awesome! Thank you

kylefarris commented 5 years ago

Scratch that... it'll be v1.0.2 because I'm a dumb ass and published version 1.0.1 from the branch for 1.0.0 instead of Master... 🤦