Skip to content

Commit

Permalink
Update solr wrapper config
Browse files Browse the repository at this point in the history
  • Loading branch information
eliotjordan authored and jrgriffiniii committed Mar 30, 2018
1 parent b1f702f commit e2190b0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .solr_wrapper
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
url: http://apache.claz.org/lucene/solr/6.6.2/solr-6.6.2.zip
ignore_md5sum: true
url: http://lib-solr-mirror.princeton.edu/dist/lucene/solr/6.6.0/solr-6.6.0.zip
validate: false
tmp_save_dir: tmp/solr
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jdk:

cache:
directories:
- /tmp/solr-6.1.0
- /tmp/solr
- node_modules
yarn: true

Expand Down
2 changes: 1 addition & 1 deletion lib/tasks/ci.rake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ desc 'Run test suite'
task :ci do
if Rails.env.test?
Rake::Task['rubocop'].invoke
run_solr('ci', port: '8985', url: 'http://apache.claz.org/lucene/solr/6.6.2/solr-6.6.2.zip', ignore_md5sum: true) do
run_solr('ci', port: '8985', ignore_md5sum: true) do
Rake::Task['geoblacklight:solr:seed'].invoke
Rake::Task['spec'].invoke
end
Expand Down

0 comments on commit e2190b0

Please sign in to comment.