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

Failing CI #24

Closed DanielRuf closed 5 years ago

DanielRuf commented 5 years ago

https://travis-ci.org/kylefarris/clamscan/jobs/84028001

Also the Node.js versions used on CI are a bit outdated. We should test against 6, 8, 10 and 11.

kylefarris commented 5 years ago

Version v1.x.x+ is testing for v10, v11. I should probably add v12 as well. Also, the tests are passing now. So, yay!