Skip to content

Commit

Permalink
Pin Solr 7.1 until we can support 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
camillevilla committed Jan 8, 2018
1 parent 2ac31c1 commit c3a1a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -32,7 +32,7 @@ require 'spotlight/version'
task ci: ['engine_cart:generate'] do
ENV['environment'] = 'test'

SolrWrapper.wrap(port: '8983') do |solr|
SolrWrapper.wrap(port: '8983', version: '7.1.0') do |solr|
solr.with_collection(name: 'blacklight-core', dir: File.join(File.expand_path(File.dirname(__FILE__)), 'solr_conf', 'conf')) do
Rake::Task['spotlight:fixtures'].invoke

Expand Down

0 comments on commit c3a1a78

Please sign in to comment.