Skip to content
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.

Commit

Permalink
Removed setup call to freshclam; use clamav-data package instead (Closes
Browse files Browse the repository at this point in the history
 #1193)

Remove initialization call to load the AV db
  • Loading branch information
dchandekstark committed Oct 28, 2014
1 parent bdf0267 commit dacbf4e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
language: ruby
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libclamav6 libclamav-dev clamav
- sudo freshclam -v
- sudo apt-get install -qq libclamav6 libclamav-dev clamav clamav-data
rvm:
- 2.1
before_script:
Expand Down
3 changes: 0 additions & 3 deletions config/initializers/dul_hydra.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,3 @@
end

Blacklight::Configuration.default_values[:http_method] = :post

Ddr::Services::Antivirus.load!

0 comments on commit dacbf4e

Please sign in to comment.