Skip to content

Commit

Permalink
Use PUL solr mirror and ver 6.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
meg-codes committed Jun 13, 2019
1 parent 677d828 commit 618e5af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ python:
- '3.5'
- '3.6'
env:
- SOLR_VERSION=6.6.6
- DJANGO=1.11 SOLR_VERSION=6.6.6
- DJANGO=2.0 SOLR_VERSION=6.6.6
- DJANGO=2.1 SOLR_VERSION=6.6.6
- SOLR_VERSION=6.6.5
- DJANGO=1.11 SOLR_VERSION=6.6.5
- DJANGO=2.0 SOLR_VERSION=6.6.5
- DJANGO=2.1 SOLR_VERSION=6.6.5
before_install:
- pip install --upgrade pip
- pip install --upgrade pytest
Expand Down
2 changes: 1 addition & 1 deletion ci/config_solr.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Config variables local to the script
version=${SOLR_VERSION}
file="solr-${version}.tgz"
url="http://mirror.reverse.net/pub/apache/lucene/solr/${version}/${file}"
url="http://lib-solr-mirror.princeton.edu/dist/lucene/solr/${version}/${file}"

# Make a downloads dir to cache and change working dir to it
mkdir -p downloads
Expand Down

0 comments on commit 618e5af

Please sign in to comment.