mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-11 01:50:59 +00:00
Sudo is needed to stop/start system services
This commit is contained in:
parent
746b66e91e
commit
f283894f86
1 changed files with 4 additions and 4 deletions
|
|
@ -13,10 +13,10 @@ 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
|
||||
- sudo service clamav-freshclam stop
|
||||
- sudo freshclam
|
||||
- sudo service clamav-daemon restart
|
||||
- sudo service clamav-daemon status
|
||||
- while ! test -S /var/run/clamav/clamd.ctl; do printf "."; sleep 1; done
|
||||
# command to run tests
|
||||
script:
|
||||
|
|
|
|||
Loading…
Reference in a new issue