Skip to content

Commit

Permalink
Merge pull request #31 from themotleyfool/master
Browse files Browse the repository at this point in the history
Support Solr 6
  • Loading branch information
moliware committed Sep 23, 2016
2 parents 8e7ba76 + 2912450 commit 8d7dc15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions travis-solr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ download_and_run() {
dir_name="solr-${version}"
dir_conf="collection1/conf/"
;;
5.*)
5.*|6.*)
url="http://archive.apache.org/dist/lucene/solr/${version}/solr-${version}.tgz"
dir_name="solr-${version}"
;;
Expand All @@ -97,7 +97,7 @@ download_and_run() {
esac

download $url $dir_name
if [[ $1 == 5* ]]
if [[ $1 == 5* || $1 == 6* ]]
then
if [ -z "${SOLR_COLLECTION_CONF}" ]
then
Expand Down

0 comments on commit 8d7dc15

Please sign in to comment.