mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-29 10:34:42 +00:00
Update the clamav database
This commit is contained in:
parent
2251b23df5
commit
746b66e91e
1 changed files with 8 additions and 0 deletions
|
|
@ -12,6 +12,10 @@ addons:
|
|||
install:
|
||||
- pip install tox-travis coveralls
|
||||
before_script:
|
||||
# we need to download the clamav signature database before the daemon will run
|
||||
- service clamav-freshclam stop
|
||||
- freshclam
|
||||
- service clamav-daemon restart
|
||||
- service clamav-daemon status
|
||||
- while ! test -S /var/run/clamav/clamd.ctl; do printf "."; sleep 1; done
|
||||
# command to run tests
|
||||
|
|
@ -27,3 +31,7 @@ matrix:
|
|||
- python: "3.5"
|
||||
- python: "3.6"
|
||||
- python: "3.7"
|
||||
cache:
|
||||
pip: true
|
||||
directories:
|
||||
- /var/lib/clamav/
|
||||
|
|
|
|||
Loading…
Reference in a new issue